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

Eliminate intel compiler warnings #2802

Merged
merged 1 commit into from Mar 7, 2022
Merged

Conversation

gsjaardema
Copy link
Contributor

@gsjaardema gsjaardema commented Mar 7, 2022

The intel compiler emits declaration hides parameter "loc" ..." and similar warnings for "out" and "args" since the function arguments are the same as other visible symbols. This is for intel-2021.3.0 20210609.

The intel compiler emits  `declaration hides parameter "loc" ..."  and similar warnings for "out" and "args" since the function arguments are the same as other visible symbols.  This is for intel-2021.3.0 20210609.
@vitaut vitaut merged commit 5bc39d3 into fmtlib:master Mar 7, 2022
@vitaut
Copy link
Contributor

vitaut commented Mar 7, 2022

Thanks

@gsjaardema gsjaardema deleted the patch-4 branch March 7, 2022 23:42
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.

None yet

2 participants