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 ifstat and nstat > f_u32: fix compiler gcc-10 compiler warning > > devlink/devlink.c | 2 +- > ip/iplink_bridge.c | 2 +- > misc/ifstat.c | 2 +- > misc/nstat.c | 3 +-- > tc/f_u32.c | 2 +- > tc/p_ip6.c | 2 +- > 6 files changed, 6 insertions(+), 7 deletions(-) > Nice to see these cleanups. I noticed a few of these recently while working on devlink. Reviewed-by: Jacob Keller <jacob.e.kel...@intel.com>
- [PATCH 0/5] Fix compiler warnings from GCC-10 Stephen Hemminger
- [PATCH 4/5] misc: fix compiler warning in ifs... Stephen Hemminger
- RE: [PATCH 4/5] misc: fix compiler warnin... David Laight
- Re: [PATCH 4/5] misc: fix compiler wa... Stephen Hemminger
- [PATCH 1/5] devlink: fix uninitialized warnin... Stephen Hemminger
- [PATCH 5/5] f_u32: fix compiler gcc-10 compil... Stephen Hemminger
- [PATCH 3/5] tc: fix compiler warnings in ip6 ... Stephen Hemminger
- Re: [PATCH 3/5] tc: fix compiler warnings... Petr Machata
- [PATCH 2/5] bridge: fix string length warning Stephen Hemminger
- Re: [PATCH 0/5] Fix compiler warnings from GC... Jacob Keller
- Re: [PATCH 0/5] Fix compiler warnings from GC... patchwork-bot+netdevbpf