On Tue, Oct 30, 2018 at 04:51:22PM +0300, Ilya Maximets wrote: > This fixes travis build on OSX: > > https://travis-ci.org/openvswitch/ovs/jobs/446920531 > > lib/ofp-table.c:1454:42: error: \ > format specifies type 'unsigned char' but the argument has type 'int' > ds_put_format(s, "\n table %"PRIu8, table); > ~~ ^~~~~ > > CC: Ben Pfaff <[email protected]> > Fixes: b47e7e2bac7f ("ofp-table: Always format the table number in > table features.") > Signed-off-by: Ilya Maximets <[email protected]>
Thanks, applied to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
