On 30 July 2015 at 17:46, Ben Pfaff <[email protected]> wrote: > Until now, Clang 3.7+ and sufficiently new versions of GCC complained about > TYPE_MAXIMUM(int), etc., because it shifts a negative value. This commit > fixes the problem. > > This commit also gives these macros sensible definitions for _Bool, and > documents all of them. > > Reported-by: Joe Stringer <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]>
This fixes the build for me. I assume we have a test to determine this is performing the correct behaviour? Acked-by: Joe Stringer <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
