From e10a354d7ea59b9f6a5f31a18ccee47b68648f2d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 24 Sep 2007 11:18:22 -0400 Subject: [PATCH] COMP: exclude some warnings on hp --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index bdd75245c..af83f1a02 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" )