Definitions for warnings. More...
#include <warnings.h>
Data Fields | |
char | text [24] |
Short name for command line processing. | |
warning_action_e | action |
Action to take. | |
unsigned | count |
How often this warning occured. | |
enum opt__prio_e | prio |
Whether the user set some value other than the default. |
Definitions for warnings.
Definition at line 41 of file warnings.h.
Action to take.
When ONCE is reached, it gets changed to IGNORE.
Definition at line 46 of file warnings.h.
Referenced by wa__set_warn_option(), and wa__warn().
unsigned wa__warnings::count |
How often this warning occured.
Always incremented; may be >1 for WARN_ONCE.
Definition at line 49 of file warnings.h.
Referenced by wa__summary(), and wa__warn().
Whether the user set some value other than the default.
Definition at line 51 of file warnings.h.
Referenced by wa__set_warn_option().
char wa__warnings::text[24] |
Short name for command line processing.
Definition at line 44 of file warnings.h.
Referenced by wa__set_warn_option(), wa__summary(), and wa__warn().