Home
last modified time | relevance | path

Searched refs:WARN_STRICT_PROTOTYPES (Results 1 – 3 of 3) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dwarning.c69 [WARN_STRICT_PROTOTYPES] = { WARN_STATE_ON, "strict-prototypes" },
155 SET(WARN_STRICT_PROTOTYPES); in set_warning_opt()
H A Dwarning.h101WARN_STRICT_PROTOTYPES, /**< Warn if a function declaration has an unspecified paramet… enumerator
H A Dparser.c3950 warningf(WARN_STRICT_PROTOTYPES, pos, "function declaration '%#N' is not a prototype", entity); in record_entity()