-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Annotate unused parameters with [[maybe_unused]] #14194
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
Annotate unused parameters with [[maybe_unused]] #14194
Conversation
87ee5eb
to
a363c5d
Compare
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
Concept ACK |
@Empact Yes, it is worth noting that both |
|
a363c5d
to
54b3d00
Compare
@ken2812221 Updated to address feedback. Please re-review :-) |
54b3d00
to
9cd951c
Compare
@arvidn Good points. Now updated. Also added a developer note. Please re-review :-) |
|
Annotate unused parameters with
[[maybe_unused]]
.