mbox series

[iproute2,0/5] fix warnings from gcc-10

Message ID 20201129175437.15346-1-stephen@networkplumber.org (mailing list archive)
Headers
Series fix warnings from gcc-10 |

Message

Stephen Hemminger Nov. 29, 2020, 5:54 p.m. UTC
  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-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(-)
  

Comments

Stephen Hemminger Nov. 30, 2020, 12:17 a.m. UTC | #1
On Sun, 29 Nov 2020 09:54:32 -0800
Stephen Hemminger <stephen@networkplumber.org> 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 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(-)
> 

Ignore this meant to go to netdev, and send-email became automatic to dev@dpdk.org