MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / warnfon

Function warnfon

third-party/lua-5.4.6/src/lauxlib.c:1100–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098
1099
1100static void warnfon (void *ud, const char *message, int tocont) {
1101 if (checkcontrol((lua_State *)ud, message, tocont)) /* control message? */
1102 return; /* nothing else to be done */
1103 lua_writestringerror("%s", "Lua warning: "); /* start a new warning */
1104 warnfcont(ud, message, tocont); /* finish processing */
1105}
1106
1107
1108LUALIB_API lua_State *luaL_newstate (void) {

Callers

nothing calls this directly

Calls 2

checkcontrolFunction · 0.70
warnfcontFunction · 0.70

Tested by

no test coverage detected