diff options
-rwxr-xr-x | utils/scan-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build index 873f1a1a09..4b097a72ec 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -1029,7 +1029,7 @@ my $ExitStatusFoundBugs = 0; # Exit status reflects whether bugs were found my @AnalysesToRun; my $StoreModel; my $ConstraintsModel; -my $OutputFormat; +my $OutputFormat = "html"; if (!@ARGV) { DisplayHelp(); |