Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -12,7 +12,7 @@ MTGGamePhase::MTGGamePhase(GameObserver* g, int id) :
|
||||
mFont->SetBase(0); // using 2nd font
|
||||
}
|
||||
|
||||
void MTGGamePhase::Update(float dt)
|
||||
void MTGGamePhase::Update(float)
|
||||
{
|
||||
int newState = observer->getCurrentGamePhase();
|
||||
if (newState != currentState)
|
||||
|
||||
Reference in New Issue
Block a user