Minor whitespace

This commit is contained in:
Allen Byrne 2019-12-17 09:07:21 -06:00
parent 7234dce255
commit ae5385b7ae

View File

@ -1,5 +1,5 @@
set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000) set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
set (CTEST_CUSTOM_WARNING_EXCEPTION set (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION} ${CTEST_CUSTOM_WARNING_EXCEPTION}
"note.*expected.*void.*but argument is of type.*volatile" "note.*expected.*void.*but argument is of type.*volatile"
@ -10,7 +10,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION
"warning.*implicit declaration of function" "warning.*implicit declaration of function"
"note: expanded from macro" "note: expanded from macro"
) )
set (CTEST_CUSTOM_MEMCHECK_IGNORE set (CTEST_CUSTOM_MEMCHECK_IGNORE
${CTEST_CUSTOM_MEMCHECK_IGNORE} ${CTEST_CUSTOM_MEMCHECK_IGNORE}
) )