Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -109,7 +109,7 @@ void IconButton::Entering()
|
||||
mTargetScale = SCALE_SELECTED * mScale;
|
||||
}
|
||||
|
||||
bool IconButton::Leaving(JButton key)
|
||||
bool IconButton::Leaving(JButton)
|
||||
{
|
||||
mHasFocus = false;
|
||||
mTargetScale = SCALE_NORMAL * mScale;
|
||||
|
||||
Reference in New Issue
Block a user