Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.

This commit is contained in:
Xawotihs@gmail.com
2013-06-09 21:16:39 +00:00
parent 7990540096
commit 26ab65860e
75 changed files with 303 additions and 242 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ public:
ManaCost * doesntEmpty;
ManaCost * poolDoesntEmpty;
void cleanupPhase();
virtual int Act(float dt)
virtual int Act(float)
{
return 0;
}
@@ -90,7 +90,7 @@ public:
int getId();
JQuadPtr getIcon();
virtual int receiveEvent(WEvent * event)
virtual int receiveEvent(WEvent *)
{
return 0;
}