Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -91,7 +91,7 @@ void MenuItem::Entering()
|
||||
mTargetScale = 1.3f;
|
||||
}
|
||||
|
||||
bool MenuItem::Leaving(JButton key)
|
||||
bool MenuItem::Leaving(JButton)
|
||||
{
|
||||
if (mParticleSys)
|
||||
mParticleSys->Stop(true);
|
||||
|
||||
Reference in New Issue
Block a user