summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-26 16:51:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-26 16:51:31 (GMT)
commit8e3cd63983cba3e7b9d9d955b86a609974abcd62 (patch)
tree68306bdf14d0eeefb51f7adf38733c6098270d9e /config
parent7e52c4a1e1e1d62e5d920b0abc2246d4395f3682 (diff)
downloadhdf5-8e3cd63983cba3e7b9d9d955b86a609974abcd62.zip
hdf5-8e3cd63983cba3e7b9d9d955b86a609974abcd62.tar.gz
hdf5-8e3cd63983cba3e7b9d9d955b86a609974abcd62.tar.bz2
Correct ignore warnings
Diffstat (limited to 'config')
-rw-r--r--config/cmake/CTestCustom.cmake6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 6aba3a9..dfead16 100644
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -21,14 +21,16 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION
# "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090:"
# "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning:[ \t]*passing argument"
# "H5detect.c[0-9 \t:]*warning:[ \t]*passing argument"
-# "note.*expected.*void.*but argument is of type.*volatile"
+ "note.*expected.*void.*but argument is of type.*volatile"
# "H5Tconv.c[0-9 \t:]*warning:[ \t]*comparison is always false due to limited range of data type"
# "H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244"
-# "SZIP.src.*:[ \t]*warning"
+ "src.ZLIB.*:[ \t]*warning"
+ "src.SZIP.*:[ \t]*warning"
# "POSIX name for this item is deprecated"
"disabling jobserver mode"
"config.cmake.xlatefile.c"
# "warning.*implicit declaration of function"
+ "warning.*unknown pragma"
# "note: expanded from macro"
# "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro"
)