From a490e0ccab86c11ee8925e6687d24b215b4e78bc Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 19 Nov 2010 09:56:47 -0500 Subject: [svn-r19827] Correct SZIP 'warning ignore' regex --- config/cmake/CTestCustom.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 3319832..ebee0f8 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -8,7 +8,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION "H5Tconv.c[0-9 \t:]*warning:[ \t]*comparison is always false due to limited range of data type" "testhdf5.h.[0-9]+.[ \t]*:[ \t]*warning C4005" "H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244" - "SZIP.src.[0-9a-zA-Z]*[ \t]*:[ \t]*warning" + "SZIP.src.*:[ \t]*warning" "POSIX name for this item is deprecated" "disabling jobserver mode" ) -- cgit v0.12