> On Jul 31, 2018, at 9:57 AM, Ben Pfaff <b...@ovn.org> wrote:
> 
> Some GCC versions don't like ".x.y =", complaining about an uninitialized
> field.
> 
> Without this patch we get travis failures, e.g.
> https://travis-ci.org/openvswitch/ovs/jobs/410404752:
> 
>    ovn/controller/ofctrl.c: In function ‘ofctrl_put’:
>    ovn/controller/ofctrl.c:1086:9: error: missing initializer for field 
> ‘flags’ of ‘struct ofputil_meter_config’ [-Werror=missing-field-initializers]
>             };
>             ^
>    In file included from ovn/controller/ofctrl.c:35:0:
>    ./include/openvswitch/ofp-meter.h:53:14: note: ‘flags’ declared here
>         uint16_t flags;
>                  ^
> 
> With it, it passes.
> 
> Signed-off-by: Ben Pfaff <b...@ovn.org>

Acked-by: Justin Pettit <jpet...@ovn.org>

Thanks!

--Justin


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to