diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-17 15:07:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-17 15:07:21 (GMT) |
commit | ae5385b7ae0a273fc4940ae1f145cf4e73807ff5 (patch) | |
tree | 0407df7f5a97f562c2afa1bfebfc0fb7ff0c8d10 | |
parent | 7234dce2554c31ab069ac479ce9e9d6160bec221 (diff) | |
download | hdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.zip hdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.tar.gz hdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.tar.bz2 |
Minor whitespace
-rw-r--r-- | config/cmake_ext_mod/CTestCustom.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake_ext_mod/CTestCustom.cmake b/config/cmake_ext_mod/CTestCustom.cmake index 025bce4..0111bef 100644 --- a/config/cmake_ext_mod/CTestCustom.cmake +++ b/config/cmake_ext_mod/CTestCustom.cmake @@ -1,5 +1,5 @@ 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" @@ -10,7 +10,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION "warning.*implicit declaration of function" "note: expanded from macro" ) - + set (CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE} ) |