fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them)

This commit is contained in:
Bill Meltsner
2010-02-26 03:55:21 -05:00
parent dbf8301f24
commit 7c33786100
13 changed files with 153 additions and 142 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ namespace sdl
return 0;
}
int w_pump(lua_State * L)
int w_pump(lua_State *)
{
instance->pump();
return 0;