[Cmake-commits] CMake branch, next, updated. v2.8.7-2660-gd8d31a6

David Cole david.cole at kitware.com
Thu Feb 16 17:01:07 EST 2012


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  d8d31a644abde62197ba3dad669420e87339a924 (commit)
       via  f4f94f3b7f89f069725668c38d15ffe7526bfe45 (commit)
      from  9d5a3c5e673956e05bfd662bf6bdef2d29c9fe35 (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=d8d31a644abde62197ba3dad669420e87339a924
commit d8d31a644abde62197ba3dad669420e87339a924
Merge: 9d5a3c5 f4f94f3
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Feb 16 17:01:05 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 16 17:01:05 2012 -0500

    Merge topic 'suppress-clang-warning' into next
    
    f4f94f3 CTestCustom: Suppress clang warning on the dashboard


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4f94f3b7f89f069725668c38d15ffe7526bfe45
commit f4f94f3b7f89f069725668c38d15ffe7526bfe45
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Thu Feb 16 16:03:27 2012 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Thu Feb 16 16:03:27 2012 -0500

    CTestCustom: Suppress clang warning on the dashboard
    
    "argument unused during compilation" -- well, thanks, but ...
    
    If somebody has a fix to eliminate this warning entirely, rather
    than simply suppressing it from our dashboard results, I'm all
    ears.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 1a46688..c36cee4 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -44,6 +44,7 @@ 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"
+  "clang.*: warning: argument unused during compilation: .-g"
 
   # Ignore clang's summary warning, assuming prior text has matched some
   # other warning expression:

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list