From 000d081fd0966ba8f39178186d30319df37d631f Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 6 Jun 2002 15:17:33 -0300 Subject: warnings from other compilers --- lstate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lstate.c') diff --git a/lstate.c b/lstate.c index 99b4bf75..45f534ca 100644 --- a/lstate.c +++ b/lstate.c @@ -1,5 +1,5 @@ /* -** $Id: lstate.c,v 1.94 2002/05/08 17:34:23 roberto Exp roberto $ +** $Id: lstate.c,v 1.95 2002/06/03 14:09:57 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -28,6 +28,7 @@ static void close_state (lua_State *L); ** call `lua_setpanicf' */ static int default_panic (lua_State *L) { + UNUSED(L); return 0; } -- cgit v1.2.3-55-g6feb