diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-06 15:17:33 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-06 15:17:33 -0300 |
commit | 000d081fd0966ba8f39178186d30319df37d631f (patch) | |
tree | 9260d75fcdf08fbf118330dc87316a6b52770c61 /liolib.c | |
parent | 65d66ba27592271cda71caefe231f9ee2d909d5c (diff) | |
download | lua-000d081fd0966ba8f39178186d30319df37d631f.tar.gz lua-000d081fd0966ba8f39178186d30319df37d631f.tar.bz2 lua-000d081fd0966ba8f39178186d30319df37d631f.zip |
warnings from other compilers
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.8 2002/06/05 17:42:03 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.9 2002/06/06 12:43:08 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -281,7 +281,6 @@ static int g_read (lua_State *L, FILE *f, int first) { | |||
281 | break; | 281 | break; |
282 | case 'w': /* word */ | 282 | case 'w': /* word */ |
283 | return luaL_verror(L, "obsolete option `*w'"); | 283 | return luaL_verror(L, "obsolete option `*w'"); |
284 | break; | ||
285 | default: | 284 | default: |
286 | return luaL_argerror(L, n, "invalid format"); | 285 | return luaL_argerror(L, n, "invalid format"); |
287 | } | 286 | } |