summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-17 15:08:16 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-17 15:08:16 (GMT)
commit1b4957c585e255850b711edb08903d99204c7a61 (patch)
tree34ae7311a472d174ffbf02d180e8ebc9811b0abe /config/cmake_ext_mod/CTestCustom.cmake
parented23b6baad3d6d8c1f2b70754dbbb3da251ccb0e (diff)
downloadhdf5-1b4957c585e255850b711edb08903d99204c7a61.zip
hdf5-1b4957c585e255850b711edb08903d99204c7a61.tar.gz
hdf5-1b4957c585e255850b711edb08903d99204c7a61.tar.bz2
Minor Whitespace
Diffstat (limited to 'config/cmake_ext_mod/CTestCustom.cmake')
-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}
)