diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-20 15:27:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-20 15:27:49 (GMT) |
commit | 123a631c3a29f6940b574a7e162e07ae05d93122 (patch) | |
tree | 2666628a2ff31b9cd0eda17b85583b50c7eb44bf /config | |
parent | f6ec9a1343dcd75fbc56de8fdaf9ed7c05241fea (diff) | |
parent | 4ef9c810483c21c99768959db58cb7b6d63ad1e1 (diff) | |
download | hdf5-123a631c3a29f6940b574a7e162e07ae05d93122.zip hdf5-123a631c3a29f6940b574a7e162e07ae05d93122.tar.gz hdf5-123a631c3a29f6940b574a7e162e07ae05d93122.tar.bz2 |
Merge pull request #2282 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '4ef9c810483c21c99768959db58cb7b6d63ad1e1':
Added new CMake options for tests
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake_ext_mod/CTestCustom.cmake | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/cmake_ext_mod/CTestCustom.cmake b/config/cmake_ext_mod/CTestCustom.cmake index f8d4cd6..4e292a7 100644 --- a/config/cmake_ext_mod/CTestCustom.cmake +++ b/config/cmake_ext_mod/CTestCustom.cmake @@ -2,14 +2,14 @@ set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000) set (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} - "note.*expected.*void.*but argument is of type.*volatile" - "SZIP.src.*:[ \t]*warning" - "ZLIB.src.*:[ \t]*warning" - "jpeg.src.*:[ \t]*warning" - "POSIX name for this item is deprecated" - "disabling jobserver mode" - "warning.*implicit declaration of function" - "note: expanded from macro" + ".*note.*expected.*void.*but argument is of type.*volatile.*" + ".*src.SZIP.*:[ \t]*warning.*" + ".*src.ZLIB.*:[ \t]*warning.*" + ".*jpeg.src.*:[ \t]*warning.*" + ".*POSIX name for this item is deprecated.*" + ".*disabling jobserver mode.*" + ".*warning.*implicit declaration of function.*" + ".*note: expanded from macro.*" ) set (CTEST_CUSTOM_MEMCHECK_IGNORE |