On Mon, Aug 31, 2015 at 05:56:34PM +0000, Nithin Raju wrote: > > > On Aug 30, 2015, at 7:40 AM, Ben Pfaff <[email protected]> wrote: > > > > MSVC doesn't like the change in 'const' between function declaration and > > definition: it reports "formal parameter 2 different from declaration" for > > each of the functions in flow.h corrected by this (commit. I think it's > > technically wrong about that, standards-wise.) > > > > MSVC doesn't like an empty-brace initializer. (I think it's technically > > right about that, standards-wise.) > > > > This commit attempts to fix both problems, but I have not tested it with > > MSVC. > > > > CC: Jarno Rajahalme <[email protected]> > > Signed-off-by: Ben Pfaff <[email protected]> > > Thanks Ben for the patch. > > There seems to be one a change required in netdev-windows.c. I’ll send out a > patch for that. > > Acked-by: Nithin Raju <[email protected]> > Tested-by: Nithin Raju <[email protected]>
Thanks, I've applied this to master. I'll look for the netdev-windows.c patch. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
