[svn-r19664] Add warnings to CDash ignore list

This commit is contained in:
Allen Byrne 2010-10-22 09:44:39 -05:00
parent bc77f86078
commit 5b769c5e9a

View File

@ -2,8 +2,10 @@ SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500)
SET (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
"H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090:"
"testhdf5.h.[0-9]+.[ \t]*:[ \t]*warning C4005:"
"H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090"
"testhdf5.h.[0-9]+.[ \t]*:[ \t]*warning C4005"
"H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244"
"SZIP.src.[0-9a-zA-Z]*warning"
"POSIX name for this item is deprecated"
"disabling jobserver mode"
)