-
Notifications
You must be signed in to change notification settings - Fork 440
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
Wshadow error in function_ref.h
#2495
Comments
Thanks for the report. This looks valid, based on code review. Please clarify which version of clang is used, and which compiling options are used if possible. It will help to figure out why our CI did not catch this, as there are special builds with clang to detect all warnings, and somehow this was not caught. |
function_ref.h
function_ref.h
I believe the flag |
Thanks, I also meet similar warnings with some old compilers in other repos before. |
Describe your environment
CentoOS
Steps to reproduce
Compile with clang
What is the actual behavior?
Clang is complaining about shadowing declaration in
function_ref.h
The text was updated successfully, but these errors were encountered: