Merge pull request #600 from 6arms1leg/fix-type-qual

Fix "clobbered variable" compiler warning (`-Wclobbered`)
This commit is contained in:
Mark VanderVoord
2022-02-21 08:48:18 -05:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ static void run_test(UnityTestFunction func, const char* name, UNITY_LINE_TYPE l
if (TEST_PROTECT())
{
<% if @options[:plugins].include?(:cexception) %>
CEXCEPTION_T e;
volatile CEXCEPTION_T e;
Try {
<%= @options[:setup_name] %>();
func();