Fix variable shadowing warnings in UDPSocketWin on VS2015
d:\src\cr3\src\net\udp\udp_socket_win.cc(330): error C2220: warning treated as error - no 'object' file generated d:\src\cr3\src\net\udp\udp_socket_win.cc(330): warning C4457: declaration of 'address' hides function parameter d:\src\cr3\src\net\udp\udp_socket_win.cc(319): note: see declaration of 'address' d:\src\cr3\src\net\udp\udp_socket_win.cc(351): warning C4457: declaration of 'address' hides function parameter d:\src\cr3\src\net\udp\udp_socket_win.cc(340): note: see declaration of 'address' R=eroman@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/882733003 Cr-Commit-Position: refs/heads/master@{#313390}
Showing
Please register or sign in to comment