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

Workaround a GCC 7,8,9 warning about unused but set parameter #2177

Merged
merged 1 commit into from
Mar 13, 2021

Conversation

alexezeder
Copy link
Contributor

Resolves #2170.

I checked this fix on GitHub Actions for GCC 6-10 for warning from issue:

GCC 6 GCC 7 GCC 8 GCC 9 GCC 10
before no warning warning presented warning presented warning presented no warning
after no warning no warning no warning no warning no warning

@vitaut vitaut merged commit c8d8b88 into fmtlib:master Mar 13, 2021
@vitaut
Copy link
Contributor

vitaut commented Mar 13, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gcc 7 and 8.2 warning: parameter ‘arg_name’ set but not used
2 participants