On Tue, Sep 13, 2011 at 01:45:52PM -0700, Ethan Jackson wrote: > The TYPE_IS_SIGNED macro does a less than zero comparision with an > unsigned type which can cause compiler warnings like the following: > > lib/tag.c:100:9: error: comparison of unsigned expression < 0 is > always false [-Werror=type-limits]
Looks good, thank you. (I assume that it passes the tests.) _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
