Lines Matching refs:warnings
4 use warnings;
59 my $warnings = 0;
454 ++$warnings;
1774 # This check emits a lot of warnings at the moment, because many
1776 # of warnings goes sufficiently down, the check is only performed in
2403 if ($verbose && $warnings) {
2404 print STDERR "$warnings warnings\n";
2407 if ($Werror && $warnings) {
2408 print STDERR "$warnings warnings as Errors\n";
2409 exit($warnings);
2432 Do not output documentation, only warnings.
2518 Verbose output, more warnings and other information.
2522 Treat warnings as errors.