summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-04-03 12:51:48 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2014-04-03 12:51:48 -0400
commit2ea57eb0074951a96e031deff469492c3542281a (patch)
tree0de5862fe9168458075d5173af03b777b1707a3c /CTestCustom.cmake.in
parent40a922cce6f9e80e232d4198e2a5233d7a641c22 (diff)
parent391c73dbbf73f1830ab6e412b23b7b66a52b3883 (diff)
downloadcmake-2ea57eb0074951a96e031deff469492c3542281a.tar.gz
Merge topic 'suppress-conversion-warnings-in-QtWidgets'
391c73db CTestCustom: Suppress conversion warnings in QtWidgets 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 2407da6dbe..3c589b45ea 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|will never be executed)"
"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"