We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466c4f0 commit 8c544c9Copy full SHA for 8c544c9
3rd/lua-patch/bee_newstate.c
@@ -61,7 +61,7 @@ struct lua_State *bee_lua_newstate() {
61
lua_State* L = lua_newstate(luaL_alloc, NULL, *(unsigned int*)"Lua\0Lua\0");
62
if (L) {
63
lua_atpanic(L, &panic);
64
- lua_setwarnf(L, warnfoff, L);
+ lua_setwarnf(L, warnfon, L);
65
}
66
return L;
67
0 commit comments