Re: [ovs-dev] [warnings 1/4] lib: Suppress comparison warnings in ovsdb libraries.

2011-09-13 Thread Ethan Jackson
Thanks for the reviews, I pushed this series. Ethan On Tue, Sep 13, 2011 at 14:33, Ben Pfaff wrote: > On Tue, Sep 13, 2011 at 02:31:50PM -0700, Ethan Jackson wrote: >> Here's another version.  It simply silences the warnings. > > Looks good, thank you. > _

Re: [ovs-dev] [warnings 1/4] lib: Suppress comparison warnings in ovsdb libraries.

2011-09-13 Thread Ben Pfaff
On Tue, Sep 13, 2011 at 02:31:50PM -0700, Ethan Jackson wrote: > Here's another version. It simply silences the warnings. Looks good, thank you. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [warnings 1/4] lib: Suppress comparison warnings in ovsdb libraries.

2011-09-13 Thread Ethan Jackson
Here's another version. It simply silences the warnings. --- This patch fixes compiler warnings like the following: ./lib/ovsdb-types.h:171:5: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits] --- lib/ovsdb-parser.c |2 +- lib/ovsdb-types.h |2 +- 2 fil