Home | History | Annotate | Download | only in tools

Lines Matching refs:WARNINGS

121    WARNINGS,       /* switches on warnings */
135 #define STRICT 0x010 /* Fail on warnings as well as errors */
152 * warnings (--relaxes) or nothing worse than information (--strict)
154 #define RESULT_STRICT(r) (((r) & ~((1U<<WARNINGS)-1)) == 0)
293 S(warnings, WARNINGS)
434 int no_warnings; /* Do not output libpng warnings */
492 dp->options = WARNINGS; /* default to !verbose, !quiet */
582 /* Required to quiet GNUC warnings when the compiler sees a stdarg function
613 case VERBOSE: case WARNINGS: case ERRORS: case QUIET:
1690 /* This is used to prevent repeated warnings while searching */
2228 /* Cancel warnings on subsequent writes */
2297 if (ret < ERRORS) /* shouldn't longjmp on warnings */