DescriptionFix variable shadowing warning in registry on VS2015
d:\src\cr3\src\base\win\registry.cc(665): error C2220: warning treated as error - no 'object' file generated
d:\src\cr3\src\base\win\registry.cc(665): warning C4456: declaration of 'result' hides previous local declaration
d:\src\cr3\src\base\win\registry.cc(659): note: see declaration of 'result'
I don't think there's any need for separate variables.
R=cpu@chromium.org
BUG=440500
Committed: https://crrev.com/91e3049633eebd097f548c20aabf94aac6e8907a
Cr-Commit-Position: refs/heads/master@{#313373}
Patch Set 1 #
Messages
Total messages: 17 (5 generated)
|