Re: [PATCH 0/5] Fix compiler warnings from GCC-10

2020-12-03 Thread patchwork-bot+netdevbpf
Hello: This series was applied to iproute2/iproute2.git (refs/heads/main): On Sun, 29 Nov 2020 16:21:30 -0800 you wrote: > Update to GCC-10 and it starts warning about some new things. > > Stephen Hemminger (5): > devlink: fix uninitialized warning > bridge: fix string length warning > tc:

Re: [PATCH 0/5] Fix compiler warnings from GCC-10

2020-11-30 Thread Jacob Keller
On 11/29/2020 4:21 PM, Stephen Hemminger wrote: > Update to GCC-10 and it starts warning about some new things. > > Stephen Hemminger (5): > devlink: fix uninitialized warning > bridge: fix string length warning > tc: fix compiler warnings in ip6 pedit > misc: fix compiler warning in if

[PATCH 0/5] Fix compiler warnings from GCC-10

2020-11-29 Thread Stephen Hemminger
Update to GCC-10 and it starts warning about some new things. Stephen Hemminger (5): devlink: fix uninitialized 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-10 compiler warning de