summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-22 13:46:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-22 13:46:28 (GMT)
commit8650ea52db05b36b695eec87b5b6958dcece9c72 (patch)
treef6fe2be5b7a702335c05fb2095bd3720a1d8d30a /config
parentb4efcabc8a0158dcde129a36fb2848f96b602ded (diff)
downloadhdf5-8650ea52db05b36b695eec87b5b6958dcece9c72.zip
hdf5-8650ea52db05b36b695eec87b5b6958dcece9c72.tar.gz
hdf5-8650ea52db05b36b695eec87b5b6958dcece9c72.tar.bz2
[svn-r19661] Add tab char to regex for warnings
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake4
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"
)