diff options
-rw-r--r-- | bruiser/luadummy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/luadummy.h b/bruiser/luadummy.h index ed6a939..9abbe9c 100644 --- a/bruiser/luadummy.h +++ b/bruiser/luadummy.h @@ -561,7 +561,7 @@ static int handle_luainit (lua_State *L) { ** Main body of stand-alone interpreter (to be called in protected mode). ** Reads the options and handles them all. */ -static int pmain (lua_State *L) { +static int pmain [[maybe_unused]] (lua_State *L) { int argc = (int)lua_tointeger(L, 1); char **argv = (char **)lua_touserdata(L, 2); int script; |