mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
fix an "unused parameter" compiler warning
This commit is contained in:
@@ -177,7 +177,7 @@ namespace sdl
|
||||
return 1;
|
||||
}
|
||||
|
||||
int w_clear(lua_State * L)
|
||||
int w_clear(lua_State *)
|
||||
{
|
||||
instance->clear();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user