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

Function warn_ignored_character

scripts/config/lexer.lex.c:2332–2337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2330}
2331
2332static void warn_ignored_character(char chr)
2333{
2334 fprintf(stderr,
2335 "%s:%d:warning: ignoring unsupported character '%c'\n",
2336 current_file->name, yylineno, chr);
2337}
2338
2339#define INITIAL 0
2340#define ASSIGN_VAL 1

Callers 1

lexer.lex.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected