-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Declaration shadowing warnings from clang #764
Comments
I'm not super concerned about that kind of shadowing. In any case, it's part of the public API and I don't think I want to change it for the sake of avoiding a shadowing problem that's unlikely to arise. Thanks for the report, though! |
jbeder
pushed a commit
that referenced
this issue
Sep 20, 2022
davemccann
pushed a commit
to davemccann/yaml-cpp
that referenced
this issue
Jul 30, 2023
Minimize warnings when not the top-level project Should fix jbeder#970 and jbeder#764 when trying to add yaml-cpp to other project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest Apple clang version 11.0.0 (clang-1100.0.33.8), I'm getting three warnings about shadowed variables:
The text was updated successfully, but these errors were encountered: