summaryrefslogtreecommitdiffstats
path: root/config/cmake/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rwxr-xr-xconfig/cmake/CTestCustom.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index e0a3f3f..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]+.[ ]*: warning C4090:"
- "testhdf5.h.[0-9]+.[ ]*: 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"
)