a362925eda
In C, func() is a function taking an unspecified number of arguments, vs func(void) a function taking no arguments. In C++ both forms indicate "no arguments." Update these headers to use the (void) form, which is correct in both languages and avoids complaints when -Wstrict-prototypes is specified. |
||
---|---|---|
.. | ||
include/pico | ||
CMakeLists.txt | ||
float_aeabi.S | ||
float_init_rom.c | ||
float_math.c | ||
float_none.S | ||
float_v1_rom_shim.S |