On Tue, Oct 07, 2014 at 05:21:04PM -0700, Nithin Raju wrote: > The init function is not allowed to call into the kernel datapath > while running unit tests since the kernel datapath is not loaded. > Instead of making the function dummy, it is better to not have it > at all. > > Signed-off-by: Nithin Raju <[email protected]> > Reported-by: Gurucharan Shetty <[email protected]>
[...] > -static int > -netdev_windows_init(void) > +static > +netdev_windows_init_(void) You should specify a return type, e.g. "int". Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
