trice
trice copied to clipboard
Warnings if compiled with -Wunused-parameter
When building with -Wunused-parameter, gcc emits many warnings related to unused parameters in some functions. For example:
TRICE_INLINE void TRice0( char const * pFmt ){}