diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-19 14:54:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-19 14:54:21 (GMT) |
commit | 4bc498cbe118d19e54d1064d4cd9f23c0ab8b94a (patch) | |
tree | ea972b3a6622e8c33a1f2f2ffdc2b8ef9ed51564 /config | |
parent | 64a7862ffef32f17f8ec6632c201c99a233f419f (diff) | |
download | hdf5-4bc498cbe118d19e54d1064d4cd9f23c0ab8b94a.zip hdf5-4bc498cbe118d19e54d1064d4cd9f23c0ab8b94a.tar.gz hdf5-4bc498cbe118d19e54d1064d4cd9f23c0ab8b94a.tar.bz2 |
[svn-r19826] Correct SZIP 'warning ignore' regex
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |