From b2012d9f74843ec87b31b7aca0c3ad8b6b6fe448 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 20 Aug 2010 15:03:27 -0500 Subject: [svn-r19269] Add warning exceptions. Add memcheck ignore. --- config/cmake/CTestCustom.ctest | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/cmake/CTestCustom.ctest b/config/cmake/CTestCustom.ctest index 23b4163..d55a559 100755 --- a/config/cmake/CTestCustom.ctest +++ b/config/cmake/CTestCustom.ctest @@ -1,2 +1,18 @@ SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500) +SET (CTEST_CUSTOM_WARNING_EXCEPTION + ${CTEST_CUSTOM_WARNING_EXCEPTION} + "H5detect.c.[0-9]+. : warning C4090:" + "testhdf5.h.[0-9]+. : warning C4005:" + "disabling jobserver mode" +) + +SET (CTEST_CUSTOM_MEMCHECK_IGNORE + ${CTEST_CUSTOM_MEMCHECK_IGNORE} + H5DUMP + H5DIFF + H5REPACK + H5STAT + H5COPY + H5LS +) -- cgit v0.12