[Cmake-commits] CMake branch, next, updated. v3.2.1-1335-gdd7fb25
Brad King
brad.king at kitware.com
Tue Mar 31 16:26:24 EDT 2015
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 dd7fb25261b19798e72e62f080560a504f0e3522 (commit)
via 3113d86df4b469abdf3852671dc985420e06d363 (commit)
from 128b0c61bf2b5fed81e1f9ee1970e9bd63668f1e (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=dd7fb25261b19798e72e62f080560a504f0e3522
commit dd7fb25261b19798e72e62f080560a504f0e3522
Merge: 128b0c6 3113d86
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 31 16:26:24 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Mar 31 16:26:24 2015 -0400
Merge topic 'suppress-osx-arch-linker-warning' into next
3113d86d CTestCustom: Suppress OS X universal binary link arch warnings
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3113d86df4b469abdf3852671dc985420e06d363
commit 3113d86df4b469abdf3852671dc985420e06d363
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 31 16:25:37 2015 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 31 16:25:37 2015 -0400
CTestCustom: Suppress OS X universal binary link arch warnings
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 8c4d400..d716498 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -53,6 +53,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
"ld: warning: directory not found for option .-(F|L)"
+ "ld: warning: in .*/libgcc.a, file is not of required architecture"
"warning.*This version of Mac OS X is unsupported"
"clang.*: warning: argument unused during compilation: .-g"
"note: in expansion of macro" # diagnostic context note
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list