diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-17 17:00:00 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-17 17:00:00 (GMT) |
commit | 30be8ee01c503bfd2f92c27ebcc0c3bef8b6e0a5 (patch) | |
tree | ab85a9a9e2ab236f2a432873d398d2f164fb982c /config/cmake | |
parent | f8b0d694604a79306ef226ea258de132467b6ae4 (diff) | |
download | hdf5-30be8ee01c503bfd2f92c27ebcc0c3bef8b6e0a5.zip hdf5-30be8ee01c503bfd2f92c27ebcc0c3bef8b6e0a5.tar.gz hdf5-30be8ee01c503bfd2f92c27ebcc0c3bef8b6e0a5.tar.bz2 |
[svn-r19806] Corrected REGEX of warning exception
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 94aa597..3319832 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -5,10 +5,10 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090" "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning:[ \t]*passing argument" "H5detect.c[0-9 \t:]*warning:[ \t]*passing argument" - "H5Tconv.c[0-9]+.[ \t]*:[ \t]*warning:[ \t]*comparison is always false due to limited range of data type" + "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]*warning" + "SZIP.src.[0-9a-zA-Z]*[ \t]*:[ \t]*warning" "POSIX name for this item is deprecated" "disabling jobserver mode" ) |