This doesn't produce any additional warnings for me under GCC 13 or Clang 16, so it'd seem useful to use the less restricted unused code warning.
-Wno-unused-parameter is still required.
This doesn't produce any additional warnings for me under GCC 13 or Clang 16, so it'd seem useful to use the less restricted unused code warning.
-Wno-unused-parameter is still required.
This doesn't produce any additional warnings for me under GCC 13 or
Clang 16, so it'd seem useful to use the less restricted unused code
warning.
`-Wno-unused-parameter` is still required.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, 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.
For gcc this is already in Wall. Not sure for clang.
Not sure if related: https://cirrus-ci.com/task/6059497324544000?logs=ci#L2338
Not sure if related: https://cirrus-ci.com/task/6059497324544000?logs=ci#L2338
I thought we'd cleaned these up at some point, can be left as-is in any case.