Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -83,7 +83,7 @@ int TestSuiteAI::displayStack()
|
||||
return 1;
|
||||
}
|
||||
|
||||
int TestSuiteAI::Act(float dt)
|
||||
int TestSuiteAI::Act(float)
|
||||
{
|
||||
observer->setLoser(NULL); // Prevent draw rule from losing the game
|
||||
|
||||
|
||||
Reference in New Issue
Block a user