Searched refs:warnfoff (Results 1 – 1 of 1) sorted by relevance
1043 static void warnfoff (void *ud, const char *message, int tocont);1057 lua_setwarnf(L, warnfoff, L); /* turn warnings off */ in checkcontrol()1065 static void warnfoff (void *ud, const char *message, int tocont) { in warnfoff() function1098 lua_setwarnf(L, warnfoff, L); /* default is warnings off */ in luaL_newstate()