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

Merge pull request #175 from jsalling/feature/C89-build

Fix C89 warnings about variables at top of scope, enums, variadic macros
This commit is contained in:
Mark VanderVoord
2016-02-29 16:59:40 -05:00
4 changed files with 30 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ struct _UnityFixture
const char* NameFilter;
const char* GroupFilter;
};
extern struct _UnityFixture UnityFixture;
typedef void unityfunction(void);
void UnityTestRunner(unityfunction* setup,