Fixed a gazillion of warnings occuring when compiling Wagic with Clang with Werror.
This commit is contained in:
@@ -329,7 +329,7 @@ void WCachedParticles::Refresh()
|
||||
return;
|
||||
}
|
||||
|
||||
bool WCachedParticles::Attempt(const string& filename, int submode, int & error)
|
||||
bool WCachedParticles::Attempt(const string& filename, int, int & error)
|
||||
{
|
||||
|
||||
JFileSystem* fileSys = JFileSystem::GetInstance();
|
||||
|
||||
Reference in New Issue
Block a user