MCPcopy Create free account
hub / github.com/Entware/Entware / prop_warn

Function prop_warn

scripts/config/menu.c:32–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static void prop_warn(struct property *prop, const char *fmt, ...)
33{
34 va_list ap;
35 va_start(ap, fmt);
36 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno);
37 vfprintf(stderr, fmt, ap);
38 fprintf(stderr, "\n");
39 va_end(ap);
40}
41
42void _menu_init(void)
43{

Callers 3

menu_add_promptFunction · 0.85
sym_check_propFunction · 0.85
menu_finalizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected