[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-1747-g1cb6c69
Brad King
brad.king at kitware.com
Wed Apr 2 11:40:09 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 1cb6c6976c4d75c0390caad0043253a44680083f (commit)
via 391c73dbbf73f1830ab6e412b23b7b66a52b3883 (commit)
from ec4a8652e81aa84ab4fbefd719dfff7ed7dcf8af (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1cb6c6976c4d75c0390caad0043253a44680083f
commit 1cb6c6976c4d75c0390caad0043253a44680083f
Merge: ec4a865 391c73d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 2 11:40:09 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 2 11:40:09 2014 -0400
Merge topic 'suppress-conversion-warnings-in-QtWidgets' into next
391c73db CTestCustom: Suppress conversion warnings in QtWidgets headers
diff --cc CTestCustom.cmake.in
index 2407da6,94a71b3..3c589b4
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@@ -44,9 -44,9 +44,9 @@@ set(CTEST_CUSTOM_WARNING_EXCEPTIO
"warning.*directory name.*CMake-Xcode.*/bin/.*does not exist.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
- "(Lexer|Parser).*warning.*statement is unreachable"
+ "(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"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=391c73dbbf73f1830ab6e412b23b7b66a52b3883
commit 391c73dbbf73f1830ab6e412b23b7b66a52b3883
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 2 11:39:47 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 2 11:40:16 2014 -0400
CTestCustom: Suppress conversion warnings in QtWidgets headers
We already do so for QtCore and QtGui headers.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 6010b64..94a71b3 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"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list