mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Eliminate more warnings
This commit is contained in:
@@ -97,7 +97,7 @@ namespace sdl
|
||||
return 0;
|
||||
}
|
||||
|
||||
int w_quit(lua_State * L)
|
||||
int w_quit(lua_State *)
|
||||
{
|
||||
Message *m = new Message("quit");
|
||||
instance->push(m);
|
||||
|
||||
Reference in New Issue
Block a user