Skip to content

Commit

Permalink
csclng: invoke gcc with -fno-caret-diagnostics
Browse files Browse the repository at this point in the history
It was overly noisy on bigger projects.
  • Loading branch information
kdudka committed Feb 11, 2021
1 parent 0a53a36 commit cc992b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csclng.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static const char *analyzer_def_arg_list[] = {
/* write error traces to stderr instead of creating .plist files */
"-Xanalyzer",
"-analyzer-output=text",
"-fno-caret-diagnostics",

NULL
};
Expand Down

0 comments on commit cc992b3

Please sign in to comment.