diff options
author | Brad King <brad.king@kitware.com> | 2014-04-02 11:39:47 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-04-02 11:40:16 -0400 |
commit | 391c73dbbf73f1830ab6e412b23b7b66a52b3883 (patch) | |
tree | ec4b5bebde576cf7feced3ed26005ffab7691f82 /CTestCustom.cmake.in | |
parent | 5ada4be81bdb7695b2a4741db76ec66473ccd961 (diff) | |
download | cmake-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.in | 2 |
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" |