diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-07 12:37:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-07 12:37:49 (GMT) |
commit | f362e14add76bc137c8f9bb8542a697e48900b91 (patch) | |
tree | f09062688857bd993c8594a10267009473d0c8e2 /config | |
parent | 61b80180047e0a937f288bf8689c48d4dc228eea (diff) | |
download | hdf5-f362e14add76bc137c8f9bb8542a697e48900b91.zip hdf5-f362e14add76bc137c8f9bb8542a697e48900b91.tar.gz hdf5-f362e14add76bc137c8f9bb8542a697e48900b91.tar.bz2 |
Hide Frortran directive warnings
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 7f71e8d..725e382 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -18,23 +18,18 @@ set (CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 50000) set (CTEST_CUSTOM_WARNING_EXCEPTION ${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" -# "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" "src.ZLIB.*:[ \t]*warning" "warning LNK4197:.*ZLIB-prefix" "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" "warning.*unrecognized .pragma" # "note: expanded from macro" -# "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro" + # HDDFFV-11074 + "This directive is not standard" ) set (CTEST_CUSTOM_MEMCHECK_IGNORE |