-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix C4459: Rename a function parameter profiler_manager
to avoid hiding the global declaration.
#1839
Conversation
…ding the global declaration.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Looks like MSVC CI jobs are not in warnings-as-error mode, |
Sure, I will modify the CI. |
Thank you! |
(#1838 suggests it should not) |
Oh, yes. I forgot that I locally removed |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a non-intrusive improvement to me.
Hm, akctually, looking at benchmark/include/benchmark/benchmark.h Lines 332 to 336 in 6126d2a
I looked for that before, but didn't find it on the first try... I think we might want to do the same here. |
Sure. And about code analysis. I got
When I enabled it by adding |
Absolutely. In fact, i was only asking about the warnings part, not the static analysis, but thank you for checking! |
@fsb4000 thank you! |
@LebedevRI My pleasure! |
Hello.
Thank you for your library!
I tried to upgrade from 1.8.5 to 1.9.0 and I faced with an error:
Would you mind a slight renaming to solve the issue?
Feel free to suggest a better name...