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 <[email protected]> > --- > v2: add `link` renaming as well
Seems reasonable, applied. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
