Merge pull request #89 from kotofos/warningFixes

Warning fixes (thanks kotofos!)
This commit is contained in:
Mark VanderVoord
2014-12-09 09:28:33 -05:00
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
========================================== */
#include <string.h>
#include <stdio.h>
#include "unity_fixture.h"
#include "unity_internals.h"

View File

@ -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)