Searched refs:WARN_MISSING_PROTOTYPES (Results 1 – 3 of 3) sorted by relevance
/dports/lang/cparser/cparser-0.9.14/ |
H A D | warning.h | 76 …WARN_MISSING_PROTOTYPES, /**< Warn if a global function is defined without a previous p… enumerator
|
H A D | warning.c | 53 [WARN_MISSING_PROTOTYPES] = { WARN_STATE_NONE, "missing-prototypes", },
|
H A D | parser.c | 4058 warningf(WARN_MISSING_PROTOTYPES, pos, "no previous prototype for '%#N'", entity); in record_entity() 4128 if (is_warn_on(WARN_MISSING_PROTOTYPES)) { in record_entity() 4129 warningf(WARN_MISSING_PROTOTYPES, pos, "no previous prototype for '%#N'", entity); in record_entity()
|