diff --git a/src/nhlua.c b/src/nhlua.c index 0e0bc2e81..13e4196c8 100644 --- a/src/nhlua.c +++ b/src/nhlua.c @@ -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);