candle-usb/candleLight_fw

we should have `-Wstrict-prototypes`

fenugrec opened this issue · 2 comments

and/or enable an optional cppcheck pass at compile-time

FWIW, the current codebase produces only one warning (per board) with -Wstrict-prototypes enabled:

/home/pi/candleLight_fw/src/interrupts.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 typedef void(*pFunc)();
 ^~~~~~~

Closed via PR #105 . Thanks !