Lines Matching refs:warnings
289 my ($errors, $warnings) = (0, 0);
424 …my ($errors, $warnings) = (0, 0); # We return these …
463 return ($errors, $warnings);
486 return ($errors, $warnings);
505 return ($errors, $warnings);
546 … error_count 'warning', \$warnings, "Found two vcs dirs in directory $cd.\n"
547 if ($vcsdir and $options{warnings});
606 $warnings += $w;
1297 $warnings += $w;
1305 print STDERR ", " . ($warnings ? $warnings : "no") . " warning" . (($warnings != 1) ? "s" : "")
1306 if ($options{warnings});