src/nhlua.c(1606): warning C4127: conditional expression is constant
src/nhlua.c(2032): warning C4127: conditional expression is constant
return ret;
}
+DISABLE_WARNING_CONDEXPR_IS_CONSTANT
+
lua_State *
nhl_init(nhl_sandbox_info *sbi)
{
return L;
}
+RESTORE_WARNING_CONDEXPR_IS_CONSTANT
+
void
nhl_done(lua_State *L)
{
}
#endif
+DISABLE_WARNING_CONDEXPR_IS_CONSTANT
+
#ifdef NHL_SANDBOX
static void
nhlL_openlibs(lua_State *L, uint32_t lflags){
}
#endif
+RESTORE_WARNING_CONDEXPR_IS_CONSTANT
+
/*
* All we can do is approximate the amount of storage used. Every allocator
* has different overhead and uses that overhead differently. Since we're