On Sat, Mar 23, 2019 at 9:23 AM Willem de Bruijn <[email protected]> wrote: > > From: Willem de Bruijn <[email protected]> > > These three variables are set in one branch and used in another with > the same condition. But on some architectures they still generate > compiler warnings of the kind: > > warning: 'inner_trans' may be used uninitialized in this function > [-Wmaybe-uninitialized] > > Silence these false positives. Use the straightforward approach to > always initialize them, if a bit superfluous. > > Fixes: 868d523535c2 ("bpf: add bpf_skb_adjust_room encap flags") > Reported-by: kbuild test robot <[email protected]> > Signed-off-by: Willem de Bruijn <[email protected]>
applied. thanks!
