Message ID | 20201130002135.6537-1-stephen@networkplumber.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix compiler warnings from GCC-10 | expand |
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.keller@intel.com>
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: fix compiler warnings in ip6 pedit > misc: fix compiler warning in ifstat and nstat > f_u32: fix compiler gcc-10 compiler warning > > [...] Here is the summary with links: - [1/5] devlink: fix uninitialized warning https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=f8176999390f - [2/5] bridge: fix string length warning https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=5bdc4e9151a1 - [3/5] tc: fix compiler warnings in ip6 pedit https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=2319db905295 - [4/5] misc: fix compiler warning in ifstat and nstat https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=c01498392138 - [5/5] f_u32: fix compiler gcc-10 compiler warning https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=cae2e9291adf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html