trice icon indicating copy to clipboard operation
trice copied to clipboard

Warnings if compiled with -Wunused-parameter

Open pozzugno opened this issue 9 months ago • 0 comments

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 ){}

pozzugno avatar May 22 '24 14:05 pozzugno