[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-451-g2ea57eb

Brad King brad.king at kitware.com
Thu Apr 3 12:51:49 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, master has been updated
       via  2ea57eb0074951a96e031deff469492c3542281a (commit)
       via  391c73dbbf73f1830ab6e412b23b7b66a52b3883 (commit)
      from  40a922cce6f9e80e232d4198e2a5233d7a641c22 (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=2ea57eb0074951a96e031deff469492c3542281a
commit 2ea57eb0074951a96e031deff469492c3542281a
Merge: 40a922c 391c73d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Apr 3 12:51:48 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Apr 3 12:51:48 2014 -0400

    Merge topic 'suppress-conversion-warnings-in-QtWidgets'
    
    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"

-----------------------------------------------------------------------

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