summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-02 11:39:47 -0400
committerBrad King <brad.king@kitware.com>2014-04-02 11:40:16 -0400
commit391c73dbbf73f1830ab6e412b23b7b66a52b3883 (patch)
treeec4b5bebde576cf7feced3ed26005ffab7691f82 /CTestCustom.cmake.in
parent5ada4be81bdb7695b2a4741db76ec66473ccd961 (diff)
downloadcmake-391c73dbbf73f1830ab6e412b23b7b66a52b3883.tar.gz
CTestCustom: Suppress conversion warnings in QtWidgets headers
We already do so for QtCore and QtGui headers.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 6010b6441e..94a71b3ac4 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -46,7 +46,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"(Lexer|Parser).*warning.*statement is unreachable"
"PGC-W-0095-Type cast required for this conversion.*ProcessUNIX.c"
- "[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
+ "[Qq]t([Cc]ore|[Gg]ui|[Ww]idgets).*warning.*conversion.*may alter its value"
"warning:.*is.*very unsafe.*consider using.*"
"warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"