Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user