[Cmake-commits] CMake branch, next, updated. v2.8.10.1-810-g41b8134

Stephen Kelly steveire at gmail.com
Wed Nov 7 09:38:20 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  41b8134f584b4f953e48c8e422fbeb95c56df1e3 (commit)
       via  42267ce82740b92d2d23e9f2e142e7e7424ab3c0 (commit)
      from  45c00a452a03d939d5f8668c7fb3f117c3e6b7c7 (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=41b8134f584b4f953e48c8e422fbeb95c56df1e3
commit 41b8134f584b4f953e48c8e422fbeb95c56df1e3
Merge: 45c00a4 42267ce
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 09:38:17 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 7 09:38:17 2012 -0500

    Merge topic 'compiler-warnings' into next
    
    42267ce Remove the -ansi compiler flag.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=42267ce82740b92d2d23e9f2e142e7e7424ab3c0
commit 42267ce82740b92d2d23e9f2e142e7e7424ab3c0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 7 15:35:27 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 7 15:35:27 2012 +0100

    Remove the -ansi compiler flag.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b22748d..532bb54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -591,7 +591,7 @@ if(NOT CMake_VERSION_IS_RELEASE)
     set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W")
     set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common")
 
-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -ansi -Wcast-align -Wchar-subscripts -Wall -W -Wshadow")
+    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wnon-virtual-dtor -Wcast-align -Wchar-subscripts -Wall -W -Wshadow")
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wpointer-arith -Wformat-security")
     if (NOT APPLE)
       set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--fatal-warnings -Wl,--no-undefined ${CMAKE_SHARED_LINKER_FLAGS}")

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list