[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6392-gafbbd31
Brad King
brad.king at kitware.com
Tue Dec 24 09:04:43 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 afbbd31b8ad6fdeb5e64850bba5ca000c9adffa7 (commit)
via c5068c1d7bd8e104ab3ee14958a27b7932885258 (commit)
from 0d5ae3696df0b36fc88ce28fcfaabd652bfdcaea (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=afbbd31b8ad6fdeb5e64850bba5ca000c9adffa7
commit afbbd31b8ad6fdeb5e64850bba5ca000c9adffa7
Merge: 0d5ae36 c5068c1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 24 09:04:41 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 24 09:04:41 2013 -0500
Merge topic 'suppress-LNK4089-SHELL32' into next
c5068c1 CTestCustom: Suppress LNK4089 warning about SHELL32.dll (lower case)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5068c1d7bd8e104ab3ee14958a27b7932885258
commit c5068c1d7bd8e104ab3ee14958a27b7932885258
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 24 09:04:03 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 24 09:04:03 2013 -0500
CTestCustom: Suppress LNK4089 warning about SHELL32.dll (lower case)
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index cc1eda3..eb0b2f6 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -32,7 +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.*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 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list