Re: [ovs-dev] [PATCH] flow: Fix MSVC compile errors.

2015-08-31 Thread Ben Pfaff
On Mon, Aug 31, 2015 at 05:56:34PM +, Nithin Raju wrote: > > > On Aug 30, 2015, at 7:40 AM, Ben Pfaff 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 functio

Re: [ovs-dev] [PATCH] flow: Fix MSVC compile errors.

2015-08-31 Thread Nithin Raju
> On Aug 30, 2015, at 7:40 AM, Ben Pfaff 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