Re: [ovs-dev] [PATCH] classifier: Silence sparse warning (sparse bug)

2014-12-02 Thread Ben Pfaff
On Fri, Nov 28, 2014 at 01:45:16PM +0100, Thomas Graf wrote: > This silences the following sparse warning which appears to be a bug > in sparse: > > lib/classifier-private.h:210:45: warning: call with no type! > lib/classifier-private.h:179:45: warning: call with no type! > > Can be r

Re: [ovs-dev] [PATCH] classifier: Silence sparse warning (sparse bug)

2014-11-28 Thread Flavio Leitner
On Fri, Nov 28, 2014 at 01:45:16PM +0100, Thomas Graf wrote: > This silences the following sparse warning which appears to be a bug > in sparse: > > lib/classifier-private.h:210:45: warning: call with no type! > lib/classifier-private.h:179:45: warning: call with no type! > > Can be r

[ovs-dev] [PATCH] classifier: Silence sparse warning (sparse bug)

2014-11-28 Thread Thomas Graf
This silences the following sparse warning which appears to be a bug in sparse: lib/classifier-private.h:210:45: warning: call with no type! lib/classifier-private.h:179:45: warning: call with no type! Can be reverted when sparse has been fixed. Cc: Jarno Rajahalme Signed-off-by