[Cmake-commits] CMake branch, next, updated. v3.4.1-1864-gda8f980

Brad King brad.king at kitware.com
Thu Jan 7 13:44:36 EST 2016


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  da8f980ca6488a3695bd813dec234cdb8b6d7da8 (commit)
       via  560346831628c1a887923e6bf866d91727e9c1ca (commit)
      from  633b34d968b9513fb3106642f88a63f346503dab (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=da8f980ca6488a3695bd813dec234cdb8b6d7da8
commit da8f980ca6488a3695bd813dec234cdb8b6d7da8
Merge: 633b34d 5603468
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 7 13:44:35 2016 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jan 7 13:44:35 2016 -0500

    Merge topic 'suppress-Wshadow-single' into next
    
    56034683 fixup! CTestCustom: Suppress -Wshadow warning about Solaris 'single' typedef


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=560346831628c1a887923e6bf866d91727e9c1ca
commit 560346831628c1a887923e6bf866d91727e9c1ca
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 7 13:44:04 2016 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 7 13:44:04 2016 -0500

    fixup! CTestCustom: Suppress -Wshadow warning about Solaris 'single' typedef

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 634d22a..abef692 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -22,7 +22,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
   "Utilities.cmexpat."
   "Utilities.cmlibarchive"
   "warning: declaration of .single. shadows a global declaration"
-  "/usr/include.*warning.*shadowed declaration is here"
+  "/usr/include.*(warning|note).*shadowed declaration is here"
   "/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
   "Redeclaration of .send..... with a different storage class specifier"
   "is not used for resolving any symbol"

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

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