1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-28 02:34:27 +01:00

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

View File

@@ -23,7 +23,7 @@ void UnityTestRunner(unityfunction* setup,
const char* printableName,
const char* group,
const char* name,
const char* file, int line);
const char* file, unsigned int line);
void UnityIgnoreTest(const char* printableName, const char* group, const char* name);
void UnityMalloc_StartTest(void);