more warnings.h - macOS issue
It turns out that macOS barked when a POP was issued without a prior PUSH, so since the DISABLE_WARNING_CONDEXPR_IS_CONSTANT expanded to an empty macro on that platform. Include a corresponding RESTORE_WARNING_CONDEXPR_IS_CONSTANT macro for use with that particular warning.
This commit is contained in:
@@ -382,7 +382,7 @@ nhl_getmap(lua_State *L)
|
||||
return 1;
|
||||
}
|
||||
|
||||
RESTORE_WARNINGS
|
||||
RESTORE_WARNING_CONDEXPR_IS_CONSTANT
|
||||
|
||||
/* pline("It hits!") */
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user