Clean up conversion warnings in Fixture

Turn on -Wconversion in Makefile, fix all warnings
This commit is contained in:
jsalling
2016-02-17 22:17:05 -06:00
parent ad14ccf26b
commit 7b0f3cf986
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ TEST(UnityFixture, FreeNULLSafety)
TEST_GROUP(UnityCommandOptions);
int savedVerbose;
int savedRepeat;
unsigned int savedRepeat;
const char* savedName;
const char* savedGroup;