[Cmake-commits] CMake branch, master, updated. 8e6872857ee4a6c014f3209fe679c37b4e6d0282

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 27 17:46:42 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  8e6872857ee4a6c014f3209fe679c37b4e6d0282 (commit)
      from  0feb0b2d729f28a152a7bc330c407c223e845d6c (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=8e6872857ee4a6c014f3209fe679c37b4e6d0282
commit 8e6872857ee4a6c014f3209fe679c37b4e6d0282
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date:   Tue Apr 27 17:43:38 2010 -0400

    Add more excludes for the borland compiler.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 2d84ab4..d6c0dc6 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -29,6 +29,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "Warning: library was too large for page size.*"
   "Warning: public.*_archive_.*in module.*archive_*clashes with prior module.*archive_.*"
   "Warning: public.*BZ2_bz.*in module.*bzlib.*clashes with prior module.*bzlib.*"
+  "Warning: public.*_archive.*clashes with prior module.*"
   "Warning: LINN32: Last line.*is less.*"
   "stl_deque.h:1051"
   "(Lexer|Parser).*warning.*conversion.*may (alter its value|change the sign)"

-----------------------------------------------------------------------

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