Skip to content
Snippets Groups Projects
Commit 6c43d488 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

CTestCustom: also ignore warnings from a max-size

parent 33bfab4c
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