[ovs-dev] [PATCH] ofp-table: Fix table print format string.

Ben Pfaff blp at ovn.org
Tue Oct 30 16:56:45 UTC 2018


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 <blp at ovn.org>
> Fixes: b47e7e2bac7f ("ofp-table: Always format the table number in
>                       table features.")
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

Thanks, applied to master.


More information about the dev mailing list