more macosx Xcode warning quiets

This commit is contained in:
nhmall
2019-12-05 12:05:06 -05:00
parent a701c5870d
commit a353202e87
2 changed files with 49 additions and 49 deletions

View File

@@ -578,7 +578,7 @@ const char *name;
/* const int boolstr2i[] = { TRUE, FALSE, TRUE, FALSE, -1 }; */
ret = luaL_checkoption(L, -1, NULL, boolstr);
nhUse(boolstr2i[0]);
/* nhUse(boolstr2i[0]); */
} else if (ltyp == LUA_TBOOLEAN) {
ret = lua_toboolean(L, -1);
} else if (ltyp == LUA_TNUMBER) {