Re: [ovs-dev] [PATCH] Fix build datapath-windows

2015-05-29 Thread Ben Pfaff
On Fri, May 29, 2015 at 09:22:54PM +, Alin Serdean wrote: > Removing a variable which breaks the windows forwarding extension build. > > The error: > warning C4189: 'bufContext' : local variable is initialized but not > referencedc:\temp_may\ovs\datapath-windows\ovsext\PacketIO.c > >

Re: [ovs-dev] [PATCH] Fix build datapath-windows

2015-05-29 Thread Nithin Raju
> On May 29, 2015, at 2:22 PM, Alin Serdean > wrote: > > Removing a variable which breaks the windows forwarding extension build. > > The error: > warning C4189: 'bufContext' : local variable is initialized but not > referencedc:\temp_may\ovs\datapath-windows\ovsext\PacketIO.c > > Sig

[ovs-dev] [PATCH] Fix build datapath-windows

2015-05-29 Thread Alin Serdean
Removing a variable which breaks the windows forwarding extension build. The error: warning C4189: 'bufContext' : local variable is initialized but not referenced c:\temp_may\ovs\datapath-windows\ovsext\PacketIO.c Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/PacketIO.c | 1