[ovs-dev] [PATCH] lib: fix sparse warnings

Andy Zhou azhou at ovn.org
Tue Dec 15 19:22:40 UTC 2015


On Tue, Dec 15, 2015 at 12:28 AM, Ben Pfaff <blp at ovn.org> wrote:

> On Mon, Dec 14, 2015 at 03:08:15PM -0800, Andy Zhou wrote:
> > Fixes the following sparse warning messages:
> >
> >     lib/ovsdb-idl.c:146:12: error: symbol 'table_updates_names' was not
> >     declared. Should it be static?
> >     lib/ovsdb-idl.c:147:12: error: symbol 'table_update_names' was not
> >     declared. Should it be static?
> >     lib/ovsdb-idl.c:148:12: error: symbol 'row_update_names' was not
> >     declared. Should it be static?
> >
> > Reported-by: Joe Perches <joe at perches.com>
> > See: https://travis-ci.org/openvswitch/ovs/jobs/96737772#L870
> > Signed-off-by: Andy Zhou <azhou at ovn.org>
>
> Acked-by: Ben Pfaff <blp at ovn.org>
>

Thanks.



More information about the dev mailing list