[Cmake-commits] CMake branch, master, updated. 70f90787806f92ce38172c465eab76cc8a915aba
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Apr 25 16:00:27 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 70f90787806f92ce38172c465eab76cc8a915aba (commit)
from 3d5d76fd881a2eb738f0c60976f20641c16815dc (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=70f90787806f92ce38172c465eab76cc8a915aba
commit 70f90787806f92ce38172c465eab76cc8a915aba
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: Sun Apr 25 15:44:37 2010 -0400
Try to remove borland warnings again.
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index abe1b42..93ee0d3 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -32,6 +32,11 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"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.*"
+ "Warning: public.*BZ2_bzwrite' in module 'bzlib' clashes with prior module 'bzlib'"
+ "Warning: public.*_archive_write_open_file' in module.*archive_write_open_filename.c.*clashes with prior module.*archive_write_open_file.c.*"
+ "Warning: LINN32: Last line 3538 (DD2h) is less than first line 3538.*"
+ "Warning: LINN32: Last line 1768 (6E8h) is less than first line 1768.*"
+ "Warning: LINN32: Last line 1979 (7BBh) is less than first line 1979.*"
"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 | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list