Skip to content
Snippets Groups Projects
Commit eff81ee5 authored by Ben Boeckel's avatar Ben Boeckel Committed by Kitware Robot
Browse files

Merge topic 'better-icc-exclusions'


6c43d488 CTestCustom: also ignore warnings from a max-size

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6413
parents 851f51b4 6c43d488
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"[Qq]t.*note: see declaration of"
# Intel compilers warn about large functions, but we don't usually care.
"remark #11074: Inlining inhibited by limit max-total-size"
"remark #11074: Inlining inhibited by limit (max-total-size|max-size)"
# Ignore the suggestion line for more information too.
"remark #11076: To get full report use"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment