diff --git a/extras/fixture/src/unity_fixture.c b/extras/fixture/src/unity_fixture.c index 04a4c69..5c7400e 100644 --- a/extras/fixture/src/unity_fixture.c +++ b/extras/fixture/src/unity_fixture.c @@ -6,6 +6,7 @@ ========================================== */ #include +#include #include "unity_fixture.h" #include "unity_internals.h" diff --git a/src/unity.c b/src/unity.c index 8946110..4525924 100644 --- a/src/unity.c +++ b/src/unity.c @@ -677,6 +677,8 @@ void UnityAssertFloatSpecial(const _UF actual, else is_trait = 1; break; + default: + ; } if (is_trait != should_be_trait) @@ -837,6 +839,8 @@ void UnityAssertDoubleSpecial(const _UD actual, else is_trait = 1; break; + default: + ; } if (is_trait != should_be_trait)