On Thu, Sep 27, 2018 at 10:34:06AM -0700, Justin Pettit wrote: > With gcc 7.3.0 a warning is given about two variables possibly being > uninitialized in compose_sample_action(). The code path only allows the > variables to be used if they've been initialized, so this warning is > incorrect. However, this change allows a clean build. > > Signed-off-by: Justin Pettit <[email protected]> > ---
One less warning, cool! Acked-by: Flavio Leitner <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
