[Cmake-commits] CMake branch, next, updated. v2.8.9-3043-geb0df2a
Brad King
brad.king at kitware.com
Fri Aug 10 09:17:01 EDT 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 eb0df2af00914a20e29eb57e4c0348902edbeacb (commit)
via b2e9d307664f13345da853c982263980363783dd (commit)
from 19ecefe44161e0e33dc3ede86d8316d1cf37f4ab (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=eb0df2af00914a20e29eb57e4c0348902edbeacb
commit eb0df2af00914a20e29eb57e4c0348902edbeacb
Merge: 19ecefe b2e9d30
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 10 09:16:58 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Aug 10 09:16:58 2012 -0400
Merge topic 'clang-compiler-flags' into next
b2e9d30 Revert "Check{C,CXX}CompilerFlag: detect flags unknown to Clang (#13194)"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b2e9d307664f13345da853c982263980363783dd
commit b2e9d307664f13345da853c982263980363783dd
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Aug 10 09:16:03 2012 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Aug 10 09:16:03 2012 -0400
Revert "Check{C,CXX}CompilerFlag: detect flags unknown to Clang (#13194)"
This reverts commit c4eff024497062676f7ca82783f3a2df3e2781a9.
Issues raised in the issue tracker discussion have not been
resolved. Reverting until the proper fix has been decided.
diff --git a/Modules/CheckCCompilerFlag.cmake b/Modules/CheckCCompilerFlag.cmake
index d34220b..90d04ac 100644
--- a/Modules/CheckCCompilerFlag.cmake
+++ b/Modules/CheckCCompilerFlag.cmake
@@ -31,7 +31,6 @@ MACRO (CHECK_C_COMPILER_FLAG _FLAG _RESULT)
FAIL_REGEX "command line option .* is valid for .* but not for C" # GNU
FAIL_REGEX "unrecognized .*option" # GNU
FAIL_REGEX "unknown .*option" # Clang
- FAIL_REGEX "warning: argument unused during compilation:" # Clang
FAIL_REGEX "ignoring unknown option" # MSVC
FAIL_REGEX "warning D9002" # MSVC, any lang
FAIL_REGEX "option.*not supported" # Intel
diff --git a/Modules/CheckCXXCompilerFlag.cmake b/Modules/CheckCXXCompilerFlag.cmake
index b5b7239..19963ea 100644
--- a/Modules/CheckCXXCompilerFlag.cmake
+++ b/Modules/CheckCXXCompilerFlag.cmake
@@ -31,7 +31,6 @@ MACRO (CHECK_CXX_COMPILER_FLAG _FLAG _RESULT)
FAIL_REGEX "command line option .* is valid for .* but not for C\\\\+\\\\+" # GNU
FAIL_REGEX "unrecognized .*option" # GNU
FAIL_REGEX "unknown .*option" # Clang
- FAIL_REGEX "warning: argument unused during compilation:" # Clang
FAIL_REGEX "ignoring unknown option" # MSVC
FAIL_REGEX "warning D9002" # MSVC, any lang
FAIL_REGEX "option.*not supported" # Intel
-----------------------------------------------------------------------
Summary of changes:
Modules/CheckCCompilerFlag.cmake | 1 -
Modules/CheckCXXCompilerFlag.cmake | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list