[Cmake-commits] CMake branch, next, updated. v2.8.5-1985-g708fca9

David Cole david.cole at kitware.com
Thu Sep 29 16:01:35 EDT 2011


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  708fca9749fc2407bb3b6c7001af8f78b16af929 (commit)
       via  ad6fa0cbca85febca573e18bbbd7bafa2ea00f81 (commit)
      from  aec2b5d79d517954cd8c92c8bd52ac9971451302 (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=708fca9749fc2407bb3b6c7001af8f78b16af929
commit 708fca9749fc2407bb3b6c7001af8f78b16af929
Merge: aec2b5d ad6fa0c
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Sep 29 16:01:33 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 29 16:01:33 2011 -0400

    Merge topic 'really-eliminate-clang-warnings' into next
    
    ad6fa0c CTestCustom.cmake: Ignore clang's summary warning


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad6fa0cbca85febca573e18bbbd7bafa2ea00f81
commit ad6fa0cbca85febca573e18bbbd7bafa2ea00f81
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Sep 29 15:44:03 2011 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Thu Sep 29 15:44:03 2011 -0400

    CTestCustom.cmake: Ignore clang's summary warning
    
    Assuming prior text has matched some other warning expression...

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 0e61da4..1a46688 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -44,6 +44,10 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
   "ld: warning: directory not found for option .-(F|L)"
   "warning.*This version of Mac OS X is unsupported"
+
+  # Ignore clang's summary warning, assuming prior text has matched some
+  # other warning expression:
+  "[0-9,]+ warnings? generated."
   )
 
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")

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

Summary of changes:
 CTestCustom.cmake.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list