some warnings

This commit is contained in:
Roberto Ierusalimschy
2001-12-21 15:31:35 -02:00
parent 9d2e454d6f
commit f42cc90d2d
4 changed files with 5 additions and 6 deletions

View File

@@ -443,7 +443,7 @@ static void funcargs (LexState *ls, expdesc *f) {
}
default: {
luaK_error(ls, "function arguments expected");
break;
return;
}
}
lua_assert(f->k == VNONRELOC);