]> granicus.if.org Git - nethack/commitdiff
compiler warnings
authornhmall <nhmall@nethack.org>
Sat, 21 Dec 2019 01:56:01 +0000 (20:56 -0500)
committernhmall <nhmall@nethack.org>
Sat, 21 Dec 2019 01:56:01 +0000 (20:56 -0500)
src/nhlobj.c

index 1ce9cd710b0771be1f37799cf2d722d191dc73c2..f7c9b56370f75f5c48a421c7c02c5a4a86df900d 100644 (file)
@@ -6,24 +6,16 @@
 #include "sp_lev.h"
 
 static int FDECL(l_obj_add_to_container, (lua_State *));
-static int FDECL(l_obj_addcontent, (lua_State *));
-static int FDECL(l_obj_at, (lua_State *));
-static int FDECL(l_obj_class, (lua_State *));
-static int FDECL(l_obj_container, (lua_State *));
-static int FDECL(l_obj_contents, (lua_State *));
 static int FDECL(l_obj_gc, (lua_State *));
 static int FDECL(l_obj_getcontents, (lua_State *));
 static int FDECL(l_obj_isnull, (lua_State *));
 static int FDECL(l_obj_new_readobjnam, (lua_State *));
-static int FDECL(l_obj_next, (lua_State *));
 static int FDECL(l_obj_nextobj, (lua_State *));
-static int FDECL(l_obj_obj_add_to_container, (lua_State *));
-static int FDECL(l_obj_obj_getcontents, (lua_State *));
-static int FDECL(l_obj_obj_objects_to_table, (lua_State *));
 static int FDECL(l_obj_objects_to_table, (lua_State *));
 static int FDECL(l_obj_placeobj, (lua_State *));
 static int FDECL(l_obj_to_table, (lua_State *));
-static int FDECL(l_obj_totable, (lua_State *));
+static int FDECL(l_obj_at, (lua_State *));
+static int FDECL(l_obj_container, (lua_State *));
 
 struct _lua_obj {
     int state; /* UNUSED */