Fix unused param warning

This commit is contained in:
Pasi Kallinen
2020-01-04 17:26:53 +02:00
parent 1d312ee3fe
commit 1db0a5dda0

View File

@@ -865,7 +865,7 @@ lua_State *L;
static int
nhl_u_clear_inventory(L)
lua_State *L;
lua_State *L UNUSED;
{
while (g.invent)
useupall(g.invent);