Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -23,7 +23,7 @@ bool HandLimitor::select(Target* t)
|
||||
else
|
||||
return false;
|
||||
}
|
||||
bool HandLimitor::greyout(Target* t)
|
||||
bool HandLimitor::greyout(Target*)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user