MCPcopy Create free account
hub / github.com/NetHack/NetHack / assign_warnings

Function assign_warnings

src/options.c:7540–7548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7538}
7539
7540void
7541assign_warnings(uchar *graph_chars)
7542{
7543 int i;
7544
7545 for (i = 0; i < WARNCOUNT; i++)
7546 if (graph_chars[i])
7547 gw.warnsyms[i] = graph_chars[i];
7548}
7549
7550/*
7551 * Support functions for "suppress_alert"

Callers 2

warning_optsFunction · 0.85
cnf_line_WARNINGSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected