DescriptionFix 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
Committed: https://crrev.com/3a1c346e8d17824ec8732333ac167206c5dad322
Cr-Commit-Position: refs/heads/master@{#313390}
Patch Set 1 #Patch Set 2 : . #Messages
Total messages: 7 (2 generated)
|