Fix 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 Review URL: https://codereview.chromium.org/868253004 Cr-Commit-Position: refs/heads/master@{#313373}
Showing
Please register or sign in to comment