diff options
author | Brad King <brad.king@kitware.com> | 2014-04-03 12:51:48 -0400 |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-04-03 12:51:48 -0400 |
commit | 2ea57eb0074951a96e031deff469492c3542281a (patch) | |
tree | 0de5862fe9168458075d5173af03b777b1707a3c /CTestCustom.cmake.in | |
parent | 40a922cce6f9e80e232d4198e2a5233d7a641c22 (diff) | |
parent | 391c73dbbf73f1830ab6e412b23b7b66a52b3883 (diff) | |
download | cmake-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.in | 2 |
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" |