Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -83,7 +83,7 @@ void RandomGenerator::loadRandValues(string s)
|
||||
}
|
||||
}
|
||||
|
||||
int WRand(bool log)
|
||||
int WRand(bool)
|
||||
{
|
||||
return rand();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user