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

Merge topic 'ignore-autogen-warnings'


b0473517 cdash: ignore warnings from autogen source

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarUtkarsh Ayachit <utkarsh.ayachit@kitware.com>
Merge-request: !6425
parents 86b01b49 b0473517
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"[Qq]t.*warning C4714"
"[Qq]t.*note: see declaration of"
# Ignore moc-generated code (and rcc and uic).
"\\.dir[/\\\\][^/\\\\]*_autogen"
# Intel compilers warn about large functions, but we don't usually care.
"remark #11074: Inlining inhibited by limit (max-total-size|max-size)"
# Ignore the suggestion line for more information too.
......
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