diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-10-22 13:46:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-10-22 13:46:04 (GMT) |
commit | bc77f86078812be1658480bc6107d2dc01844938 (patch) | |
tree | f18a3ad86f0738e94067658d0a6a339c752f9123 /config/cmake/CTestCustom.cmake | |
parent | a7e89815a4a71542ba278cb4724ca4b09b4c9522 (diff) | |
download | hdf5-bc77f86078812be1658480bc6107d2dc01844938.zip hdf5-bc77f86078812be1658480bc6107d2dc01844938.tar.gz hdf5-bc77f86078812be1658480bc6107d2dc01844938.tar.bz2 |
[svn-r19660] Add tab char to regex for warnings
Diffstat (limited to 'config/cmake/CTestCustom.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 e0a3f3f..0020e37 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -2,8 +2,8 @@ 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:" + "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090:" + "testhdf5.h.[0-9]+.[ \t]*:[ \t]*warning C4005:" "POSIX name for this item is deprecated" "disabling jobserver mode" ) |