On Tue, Sep 13, 2011 at 01:45:50PM -0700, Ethan Jackson wrote: > 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]
I disagree with this change. If the compiler picked a signed type for the enum (as it is allowed to do) then the comparison is useful. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
