[Cmake-commits] CMake branch, master, updated. 7b4afe1cec5ab1bfefa51661898bf658eec7d441
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Apr 6 11:34:05 EDT 2010
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, master has been updated
via 7b4afe1cec5ab1bfefa51661898bf658eec7d441 (commit)
from 3917de09985677b443be7b3eb922f002f07e8bfe (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=7b4afe1cec5ab1bfefa51661898bf658eec7d441
commit 7b4afe1cec5ab1bfefa51661898bf658eec7d441
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Tue Apr 6 11:32:43 2010 -0400
Exclude new warnings that showed up with ctest launcher.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index f69c532..abe1b42 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -24,6 +24,14 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"is not used for resolving any symbol"
"Clock skew detected"
"remark\\(1209"
+ "LINK : warning LNK4089: all references to.*ADVAPI32.dll.*discarded by /OPT:REF"
+ "LINK : warning LNK4089: all references to.*USER32.dll.*discarded by /OPT:REF"
+ "Warning: LINN32: Last line 3538 (DD2h) is less than first line 3538 (DD2h) for symbol .*cmsys::System.*"
+ "Warning: library was too large for page size, rebuilt with page size 1024"
+ "Warning: library was too large for page size, rebuilt with page size 4096"
+ "Warning: LINN32: Last line 3538 (DD2h) is less than first line 3538 (DD2h) for symbol.*cmsys::System.*"
+ "Warning: public.*_archive_read_open_file.*in module.*archive_read_open_filename.c.*clashes with prior module.*archive_read_open_file.c.*"
+ "Warning: public.*BZ2_bzread.*in module.*bzlib.*clashes with prior module.*bzlib.*"
"stl_deque.h:1051"
"(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"
"[Qq]t([Cc]ore|[Gg]ui).*warning.*conversion.*may alter its value"
-----------------------------------------------------------------------
Summary of changes:
CTestCustom.cmake.in | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list