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 --- liolib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'liolib.c') diff --git a/liolib.c b/liolib.c index f73aa9bf..31fb4202 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 2.8 2002/06/05 17:42:03 roberto Exp roberto $ +** $Id: liolib.c,v 2.9 2002/06/06 12:43:08 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -281,7 +281,6 @@ static int g_read (lua_State *L, FILE *f, int first) { break; case 'w': /* word */ return luaL_verror(L, "obsolete option `*w'"); - break; default: return luaL_argerror(L, n, "invalid format"); } -- cgit v1.2.3-55-g6feb