From e8c05ec90f2fa39db05bfef6802be74f5acbcd4b Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 26 Jun 2017 01:49:44 +0430 Subject: silenced a compiler warning --- bruiser/luadummy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3