[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6371-gfb3d089
Brad King
brad.king at kitware.com
Mon Dec 23 10:23:51 EST 2013
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 fb3d08984b9e78596b7152f950969b8d06882cc6 (commit)
via e77c0baeedd04923f0cf8dc57dfa6a7d8885b80d (commit)
from e1f94d635c69e31837498374c88a6d858771dbfa (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=fb3d08984b9e78596b7152f950969b8d06882cc6
commit fb3d08984b9e78596b7152f950969b8d06882cc6
Merge: e1f94d6 e77c0ba
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 23 10:23:49 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 23 10:23:49 2013 -0500
Merge topic 'suppress-LNK4089-SHELL32' into next
e77c0ba CTestCustom: Suppress LNK4089 warning about SHELL32
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e77c0baeedd04923f0cf8dc57dfa6a7d8885b80d
commit e77c0baeedd04923f0cf8dc57dfa6a7d8885b80d
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Dec 23 10:23:27 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Dec 23 10:23:27 2013 -0500
CTestCustom: Suppress LNK4089 warning about SHELL32
Add a warning suppression regex to match:
LINK : warning LNK4089: all references to 'SHELL32.DLL' discarded by /OPT:REF
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 495d156..cc1eda3 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -32,6 +32,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
"warning .980: wrong number of actual arguments to intrinsic function .std::basic_"
"LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*PSAPI.DLL.*discarded by /OPT:REF"
+ "LINK : warning LNK4089: all references to.*SHELL32.DLL.*discarded by /OPT:REF"
"LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
"Warning: library was too large for page size.*"
"Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"
-----------------------------------------------------------------------
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