eris: clean up compiler warnings
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
#include "lualib.h"
|
||||
|
||||
|
||||
static int luaB_printaddr (lua_State *L) {
|
||||
int n = lua_gettop(L);
|
||||
|
||||
}
|
||||
|
||||
static int luaB_print (lua_State *L) {
|
||||
int n = lua_gettop(L); /* number of arguments */
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user