[Cmake-commits] CMake branch, next, updated. v2.8.10-753-g4bb7d79
Brad King
brad.king at kitware.com
Mon Nov 5 11:42:49 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 4bb7d79e6967a30e5aa9c65e77fb3a7b49d6c249 (commit)
via 35171061f924f06824c333736ab4788115ac7139 (commit)
from e727794a6eb42dfeac999f2c6531ea7f6dbd614c (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=4bb7d79e6967a30e5aa9c65e77fb3a7b49d6c249
commit 4bb7d79e6967a30e5aa9c65e77fb3a7b49d6c249
Merge: e727794 3517106
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 5 11:42:45 2012 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 5 11:42:45 2012 -0500
Merge topic 'import-KWSys-subtree' into next
3517106 CTestCustom: Suppress LNK4089 warning about PSAPI
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35171061f924f06824c333736ab4788115ac7139
commit 35171061f924f06824c333736ab4788115ac7139
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sat Nov 3 19:25:01 2012 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 5 11:42:27 2012 -0500
CTestCustom: Suppress LNK4089 warning about PSAPI
Add a warning suppression regex to match:
LINK : warning LNK4089: all references to 'PSAPI.DLL' discarded by /OPT:REF
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 9829191..34377ac 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -31,6 +31,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"remark: .*LOOP WAS VECTORIZED"
"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.*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:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list