mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-20 05:50:29 +08:00

At least in Microchip XC8 compiler, void (*runAllTests)(void) is treated as a different type from void (*runAllTests)(). Fix the definition of UnityMain to match the declaration by making the runAllTests's (void) parameter list explicit.
Description
Simple Unit Testing for C
Languages
C
65.5%
Ruby
17.3%
C++
12.6%
Python
1.7%
Makefile
1.6%
Other
1.3%