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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user