Skip to content

Commit

Permalink
Merge pull request #3428 from whisperity/imacros-ignore
Browse files Browse the repository at this point in the history
[analyzer] Use `-imacros` flag instead of `-macros`
  • Loading branch information
bruntib authored Sep 17, 2021
2 parents d0e2d7b + 71cfee9 commit 08fc9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/codechecker_analyzer/buildlog/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
'-[DIUF]',
'-idirafter',
'-isystem',
'-macros',
'-imacros',
'-isysroot',
'-iprefix',
'-iwithprefix',
Expand Down

0 comments on commit 08fc9c0

Please sign in to comment.