1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

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

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();