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

Commits on Mar 7, 2022

  1. Eliminate intel compiler warnings

    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.
    gsjaardema authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9d484f8 View commit details
    Browse the repository at this point in the history