[ovs-dev] [PATCH 2/2] sparse: workaround for a bug in sparse.

Ben Pfaff blp at nicira.com
Fri Mar 28 21:46:12 UTC 2014


On Fri, Mar 28, 2014 at 12:20:00PM -0700, Pritesh Kothari wrote:
> sparse emits the following warning:
> lib/dpif-netdev.c:1755:15: warning: Initializer entry defined twice
> lib/dpif-netdev.c:1755:15:   also defined here
> due to a bug in sparse which doesn't like inlined functions which
> expands a #define within it. This commit removes inline to make
> sparse happy.
> 
> Signed-off-by: Pritesh Kothari <pritesh.kothari at cisco.com>

Both applied, thank you!



More information about the dev mailing list