diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-24 11:18:22 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-24 11:18:22 -0400 |
commit | e10a354d7ea59b9f6a5f31a18ccee47b68648f2d (patch) | |
tree | d0a2c1d66e7e989be0196b40b6af06c907933c36 | |
parent | 9a2dbdc1f1a73a419c3e174756814b8c79963c68 (diff) | |
download | cmake-e10a354d7ea59b9f6a5f31a18ccee47b68648f2d.tar.gz |
COMP: exclude some warnings on hp
-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 bdd75245c8..af83f1a02c 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -22,6 +22,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Clock skew detected" "remark\\(1209" "stl_deque.h:1051" + "Parser.cxx.*warning.*2111-D.*statement is unreachable" "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element" ) |