diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-27 21:43:38 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-27 21:44:49 (GMT) |
commit | 8e6872857ee4a6c014f3209fe679c37b4e6d0282 (patch) | |
tree | f90d392007f34846811c273838f08ff1c4dedb23 /CTestCustom.cmake.in | |
parent | 0feb0b2d729f28a152a7bc330c407c223e845d6c (diff) | |
download | CMake-8e6872857ee4a6c014f3209fe679c37b4e6d0282.zip CMake-8e6872857ee4a6c014f3209fe679c37b4e6d0282.tar.gz CMake-8e6872857ee4a6c014f3209fe679c37b4e6d0282.tar.bz2 |
Add more excludes for the borland compiler.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |