lib: fix sparse warnings
authorAndy Zhou <azhou@ovn.org>
Mon, 14 Dec 2015 23:03:23 +0000 (15:03 -0800)
committerAndy Zhou <azhou@ovn.org>
Tue, 15 Dec 2015 19:29:19 +0000 (11:29 -0800)
commit9bf924c859478dd6ccb8c6cbc0302b81fb89f9ee
treedb62f36e961bb74c7ad15f058ab3bbdec32db118
parent8d6c991db85692a6f3c9d3e749b0f9372bc13ebf
lib: fix sparse warnings

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 Stringer <joe@ovn.org>
Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
lib/ovsdb-idl.c