diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-17 15:08:16 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-17 15:08:16 (GMT) |
commit | 1b4957c585e255850b711edb08903d99204c7a61 (patch) | |
tree | 34ae7311a472d174ffbf02d180e8ebc9811b0abe /config/cmake_ext_mod | |
parent | ed23b6baad3d6d8c1f2b70754dbbb3da251ccb0e (diff) | |
download | hdf5-1b4957c585e255850b711edb08903d99204c7a61.zip hdf5-1b4957c585e255850b711edb08903d99204c7a61.tar.gz hdf5-1b4957c585e255850b711edb08903d99204c7a61.tar.bz2 |
Minor Whitespace
Diffstat (limited to 'config/cmake_ext_mod')
-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} ) |