MCPcopy Create free account
hub / github.com/eggert/tz / warning

Function warning

zic.c:734–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732 errors = true;
733}
734
735ATTRIBUTE_FORMAT((printf, 1, 2)) static void
736warning(char const *msgid, ...)
737{
738 va_list args;
739 fprintf(stderr, _("warning: "));
740 va_start(args, msgid);
741 verror(msgid, args);
742 va_end(args);
743 warnings = true;
744}
745
746/* Convert ARG, a string in base BASE, to an unsigned long value no

Callers 14

make_linksFunction · 0.85
mainFunction · 0.85
componentcheckFunction · 0.85
namecheckFunction · 0.85
dolinkFunction · 0.85
associateFunction · 0.85
gethmsFunction · 0.85
inzsubFunction · 0.85
rulesubFunction · 0.85
writezoneFunction · 0.85
outzoneFunction · 0.85
bywordFunction · 0.85

Calls 1

verrorFunction · 0.85

Tested by

no test coverage detected