Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -94,7 +94,7 @@ void SimpleButton::Entering()
|
||||
setFocus(true);
|
||||
}
|
||||
|
||||
bool SimpleButton::Leaving(JButton key)
|
||||
bool SimpleButton::Leaving(JButton)
|
||||
{
|
||||
checkUserClick();
|
||||
setFocus(false);
|
||||
|
||||
Reference in New Issue
Block a user