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

Function warnfon

third-party/lua-5.5.0/src/lauxlib.c:1123–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121
1122
1123static void warnfon (void *ud, const char *message, int tocont) {
1124 if (checkcontrol((lua_State *)ud, message, tocont)) /* control message? */
1125 return; /* nothing else to be done */
1126 lua_writestringerror("%s", "Lua warning: "); /* start a new warning */
1127 warnfcont(ud, message, tocont); /* finish processing */
1128}
1129
1130
1131

Callers

nothing calls this directly

Calls 2

checkcontrolFunction · 0.70
warnfcontFunction · 0.70

Tested by

no test coverage detected