mbox series

[iproute2,0/5] Warning fixes

Message ID 20230628233813.6564-1-stephen@networkplumber.org (mailing list archive)
Headers show
Series Warning fixes | expand

Message

Stephen Hemminger June 28, 2023, 11:38 p.m. UTC
Compiling iproute2 with -Wextra finds some possible confusing
things. Easy enough to fix.

Stephen Hemminger (5):
  dcb: fully initialize flag table
  fix fallthrough warnings
  ss: fix warning about empty if()
  ct: check for invalid proto
  ifstat: fix warning about conditional

 dcb/dcb_dcbx.c  | 16 ++++++++--------
 ip/xfrm_state.c |  1 +
 lib/utils.c     |  3 +--
 misc/ifstat.c   |  2 +-
 misc/ss.c       |  3 ++-
 tc/m_ct.c       |  4 +++-
 6 files changed, 16 insertions(+), 13 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 29, 2023, 4:10 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Wed, 28 Jun 2023 16:38:08 -0700 you wrote:
> Compiling iproute2 with -Wextra finds some possible confusing
> things. Easy enough to fix.
> 
> Stephen Hemminger (5):
>   dcb: fully initialize flag table
>   fix fallthrough warnings
>   ss: fix warning about empty if()
>   ct: check for invalid proto
>   ifstat: fix warning about conditional
> 
> [...]

Here is the summary with links:
  - [iproute2,1/5] dcb: fully initialize flag table
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=9ef3210bc7df
  - [iproute2,2/5] fix fallthrough warnings
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=2b41725d2a46
  - [iproute2,3/5] ss: fix warning about empty if()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=27dce6de940a
  - [iproute2,4/5] ct: check for invalid proto
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=ac6d95a8465e
  - [iproute2,5/5] ifstat: fix warning about conditional
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=bbfccc11e1c4

You are awesome, thank you!