fix an "unused parameter" compiler warning

This commit is contained in:
Bill Meltsner
2011-05-16 12:11:20 -05:00
parent 480568e654
commit be5cb1696b
+1 -1
View File
@@ -177,7 +177,7 @@ namespace sdl
return 1;
}
int w_clear(lua_State * L)
int w_clear(lua_State *)
{
instance->clear();
return 0;