[svn-r19660] Add tab char to regex for warnings

This commit is contained in:
Allen Byrne 2010-10-22 08:46:04 -05:00
parent a7e89815a4
commit bc77f86078

View File

@ -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"
)