diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-26 13:20:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-04-26 13:22:13 (GMT) |
commit | c4277b6132c701533ceb776b2c7636808d76400f (patch) | |
tree | 77158c0a153c39e86c1692b2715c81de712db300 /CTestCustom.cmake.in | |
parent | 07bd06bce3b7412bc2601bd19c0ec7525e66745e (diff) | |
download | CMake-c4277b6132c701533ceb776b2c7636808d76400f.zip CMake-c4277b6132c701533ceb776b2c7636808d76400f.tar.gz CMake-c4277b6132c701533ceb776b2c7636808d76400f.tar.bz2 |
Another pass at removing borland warnings.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 93ee0d3..2d84ab4 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -26,17 +26,10 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "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.*" - "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.*" + "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: LINN32: Last line.*is less.*" "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" |