[ovs-dev] [PATCH v2] datapath-windows: WDK 10 Iphelper rename local variables

Ben Pfaff blp at ovn.org
Wed Jan 4 18:12:59 UTC 2017


On Thu, Dec 29, 2016 at 12:35:29AM +0000, Alin Serdean wrote:
> Compiling under WDK 10 triggers some warnings in IpHelper, which lead
> to a failing build.
> 
> The root cause is that local variables `ipAddr` and `link` hide the previous
> local declaration.
> 
> This patch just renames the variables.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
> ---
> v2: add `link` renaming as well

Seems reasonable, applied.


More information about the dev mailing list