Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings if compiled with -Wunused-parameter #466

Closed
pozzugno opened this issue May 22, 2024 · 1 comment
Closed

Warnings if compiled with -Wunused-parameter #466

pozzugno opened this issue May 22, 2024 · 1 comment
Labels
quality improve code quality

Comments

@pozzugno
Copy link

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

rokath added a commit that referenced this issue Jul 27, 2024
rokath added a commit that referenced this issue Jul 27, 2024
@rokath rokath added the quality improve code quality label Jul 27, 2024
@rokath
Copy link
Owner

rokath commented Jul 27, 2024

Solved in main branch and post v0.64.3 releases (not yet in v0.64.3!).

@rokath rokath closed this as completed Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality improve code quality
Projects
None yet
Development

No branches or pull requests

2 participants