On Tue, Dec 15, 2020, 7:16 PM Dumitru Ceara <[email protected]> wrote:
> On 12/15/20 2:35 PM, [email protected] wrote: > > From: Numan Siddique <[email protected]> > > > > The commit "northd: Add ECMP support to router policies." introduced > > compilaton error on osx platform. This patch fixes the issue. > > > > The errors are: > > > > ---- > > northd/ovn-northd.c:7697:38: error: format specifies type 'unsigned > short' > > but the argument has type 'int' [-Werror,-Wformat] > > ecmp_group_id, i + 1); > > ^~~~~ > > northd/ovn-northd.c:7713:44: error: format specifies type 'unsigned > short' > > but the argument has type 'int' [-Werror,-Wformat] > > ds_put_format(&actions, "%"PRIu16, i + 1); > > ~~~~~~~~ ^~~~~ > > ---- > > > > Fixes: 35b00c7e7990("northd: Add ECMP support to router policies.") > > Suggested-by: Dumitru Ceara <[email protected]> > > Signed-off-by: Numan Siddique <[email protected]> > > --- > > Looks good to me, thanks! > > Acked-by: Dumitru Ceara <[email protected]> > Thanks. I applied to master. Numan > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
