silence some compiler warnings that showed up recently

This commit is contained in:
nhmall
2019-12-15 14:03:25 -05:00
parent a52d02df07
commit b956e1a205
2 changed files with 29 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
/* lua_CFunction prototypes */
static int FDECL(nhl_test, (lua_State *));
static int FDECL(nhl_getmap, (lua_State *));
static int FDECL(nhl_gettrap, (lua_State *));
static int FDECL(nhl_deltrap, (lua_State *));
#if 0
static int FDECL(nhl_setmap, (lua_State *));
#endif