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