Skip to content

Commit

Permalink
Merge pull request #2568 from gyorb/release-v6.11.1-add-unhandled-flag
Browse files Browse the repository at this point in the history
[analyzer] add -fno-keep-static-consts flag to gcc ingore list
  • Loading branch information
bruntib authored Feb 12, 2020
2 parents 42bd9cf + 21d0744 commit beb7a0e
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 @@ -82,6 +82,7 @@
'-fno-aggressive-loop-optimizations',
'-fno-delete-null-pointer-checks',
'-fno-jump-table',
'-fno-keep-static-consts',
'-fno-strength-reduce',
'-fno-toplevel-reorder',
'-fno-unit-at-a-time',
Expand Down

0 comments on commit beb7a0e

Please sign in to comment.