diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-10-22 14:44:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-10-22 14:44:39 (GMT) |
commit | 5b769c5e9a018d93f1871607e1a60e7ff632e1d1 (patch) | |
tree | cc4f9ea5e0527d2a1602ae972d3bf085bbc40f7c /config/cmake | |
parent | bc77f86078812be1658480bc6107d2dc01844938 (diff) | |
download | hdf5-5b769c5e9a018d93f1871607e1a60e7ff632e1d1.zip hdf5-5b769c5e9a018d93f1871607e1a60e7ff632e1d1.tar.gz hdf5-5b769c5e9a018d93f1871607e1a60e7ff632e1d1.tar.bz2 |
[svn-r19664] Add warnings to CDash ignore list
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 0020e37..6e35860 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -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" ) |