Re: [dpdk-dev] [PATCH iproute2 0/5] fix warnings from gcc-10

2020-11-29 Thread Stephen Hemminger
On Sun, 29 Nov 2020 09:54:32 -0800 Stephen Hemminger wrote: > Just switched over to Gcc-10 which complains about a number > of small issues in iproute2. > > Stephen Hemminger (5): > devlink: fix unitialized warning > bridge: fix string length warning > tc: fix compiler warnings in ip6 pedi

[dpdk-dev] [PATCH iproute2 0/5] fix warnings from gcc-10

2020-11-29 Thread Stephen Hemminger
Just switched over to Gcc-10 which complains about a number of small issues in iproute2. Stephen Hemminger (5): devlink: fix unitialized warning bridge: fix string length warning tc: fix compiler warnings in ip6 pedit misc: fix compiler warning in ifstat and nstat f_u32: fix compiler gcc