Fixup issues when compiling with clang -Wmissing-variable-declarations

This commit is contained in:
Jerry Jacobs
2016-04-26 14:17:10 +02:00
parent 5ceab7193f
commit 6a02f7e51c
3 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ static const _UD d_zero = 0.0;
UNITY_OUTPUT_CHAR('\n'); \
}
int SetToOneToFailInTearDown;
int SetToOneMeanWeAlreadyCheckedThisGuy;
static int SetToOneToFailInTearDown;
static int SetToOneMeanWeAlreadyCheckedThisGuy;
void setUp(void)
{