quiet a couple of warnings
..\src\nhlua.c(893): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'lua_CFunction' ..\src\nhlua.c(894): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'lua_CFunction'
This commit is contained in:
@@ -32,6 +32,8 @@ static int FDECL(nhl_ing_suffix, (lua_State *));
|
|||||||
static int FDECL(nhl_an, (lua_State *));
|
static int FDECL(nhl_an, (lua_State *));
|
||||||
static int FDECL(nhl_meta_u_index, (lua_State *));
|
static int FDECL(nhl_meta_u_index, (lua_State *));
|
||||||
static int FDECL(nhl_meta_u_newindex, (lua_State *));
|
static int FDECL(nhl_meta_u_newindex, (lua_State *));
|
||||||
|
static int FDECL(nhl_u_clear_inventory, (lua_State *));
|
||||||
|
static int FDECL(nhl_u_giveobj, (lua_State *));
|
||||||
static int FDECL(traceback_handler, (lua_State *));
|
static int FDECL(traceback_handler, (lua_State *));
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user