[Cmake-commits] CMake branch, next, updated. v2.8.10.1-814-gb8dfd1b

Stephen Kelly steveire at gmail.com
Wed Nov 7 11:05:55 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  b8dfd1bea3b59840bd39c247d6628bd305ae9288 (commit)
       via  fd98abc2b74d7ec15469e86ee03c31d4b31810b5 (commit)
      from  0b1cad094b3cc2e7144ff79fcf2302d1108c4efd (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=b8dfd1bea3b59840bd39c247d6628bd305ae9288
commit b8dfd1bea3b59840bd39c247d6628bd305ae9288
Merge: 0b1cad0 fd98abc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 11:05:54 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 7 11:05:54 2012 -0500

    Merge topic 'compiler-warnings' into next
    
    fd98abc Remove noise.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fd98abc2b74d7ec15469e86ee03c31d4b31810b5
commit fd98abc2b74d7ec15469e86ee03c31d4b31810b5
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 17:05:20 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 7 17:05:20 2012 +0100

    Remove noise.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 008abf8..a67fb6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -596,9 +596,7 @@ if(NOT CMake_VERSION_IS_RELEASE)
                        -Wshadow -Wpointer-arith -Wformat-security
     )
 
-    message("WTFFFFFFFFFF")
     foreach(FLAG_LANG  C CXX)
-      message("rrrrr ${FLAG_LANG}")
       foreach(FLAG ${${FLAG_LANG}_FLAGS_LIST})
         if(NOT " ${CMAKE_${FLAG_LANG}_FLAGS} " MATCHES " ${FLAG} ")
           set(CMAKE_${FLAG_LANG}_FLAGS "${CMAKE_${FLAG_LANG}_FLAGS} ${FLAG}")

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

Summary of changes:
 CMakeLists.txt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list