Skip to content

Commit

Permalink
Merge pull request Ericsson#4329 from pdgendt/no-printf-return-value
Browse files Browse the repository at this point in the history
[analyzer] Ignore `-fno-printf-return-value`
  • Loading branch information
bruntib authored Aug 28, 2024
2 parents e7fab3e + a2fc912 commit 6123768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
'-fno-keep-inline-dllexport'
'-fno-keep-static-consts',
'-fno-lifetime-dse',
'-f(no-)?printf-return-value',
'-f(no-)?reorder-functions',
'-fno-strength-reduce',
'-fno-toplevel-reorder',
Expand Down

0 comments on commit 6123768

Please sign in to comment.