diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-17 15:07:21 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:21 (GMT) |
commit | b71046be5ae0c00d351678f54179084df8048493 (patch) | |
tree | 24d9ef558a971a81631d7eaf3b099f41c3ca25b0 /config | |
parent | 0e133ade902bae381ca1f1bdb7d17a3692b30ccd (diff) | |
download | hdf5-b71046be5ae0c00d351678f54179084df8048493.zip hdf5-b71046be5ae0c00d351678f54179084df8048493.tar.gz hdf5-b71046be5ae0c00d351678f54179084df8048493.tar.bz2 |
Minor whitespace
Diffstat (limited to 'config')
-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} ) |