summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-17 15:07:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-17 15:07:21 (GMT)
commitae5385b7ae0a273fc4940ae1f145cf4e73807ff5 (patch)
tree0407df7f5a97f562c2afa1bfebfc0fb7ff0c8d10 /config/cmake_ext_mod
parent7234dce2554c31ab069ac479ce9e9d6160bec221 (diff)
downloadhdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.zip
hdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.tar.gz
hdf5-ae5385b7ae0a273fc4940ae1f145cf4e73807ff5.tar.bz2
Minor whitespace
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r--config/cmake_ext_mod/CTestCustom.cmake4
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}
)