From 0acd55898d0aaae8dbc14c8a1bc1e3bdffc8701b Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Sat, 27 Jul 2024 13:32:59 -0300 Subject: Added gcc option '-Wconversion' No warnings for standard numerical types. Still pending alternative numerical types. --- lparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lparser.h') diff --git a/lparser.h b/lparser.h index 5e4500f1..535dc9da 100644 --- a/lparser.h +++ b/lparser.h @@ -163,7 +163,7 @@ typedef struct FuncState { } FuncState; -LUAI_FUNC int luaY_nvarstack (FuncState *fs); +LUAI_FUNC lu_byte luaY_nvarstack (FuncState *fs); LUAI_FUNC LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, Dyndata *dyd, const char *name, int firstchar); -- cgit v1.2.3-55-g6feb