[PATCH net-next 0/2] net: fix variable shadowing spam from headers

Alexander Lobakin posted 2 patches 1 year, 10 months ago
include/net/netdev_queues.h | 54 +++++++++++++++++++++++++++----------
include/net/tcp_ao.h        |  6 ++++-
2 files changed, 45 insertions(+), 15 deletions(-)
[PATCH net-next 0/2] net: fix variable shadowing spam from headers
Posted by Alexander Lobakin 1 year, 10 months ago
W=12 and/or C=1 are useful to test new code, but warnings coming from
the generic headers are noisy and distract a lot.
Fix the two most noisy networking header files by using __UNIQUE_ID()
for the variables declared inside macros. The rest seems to be clean,
except for the recent Clang's enum-conversion (which's sanity is still
under discussion).

Alexander Lobakin (2):
  net/tcp: fix -Wshadow / Sparse shadow warnings in tcp_hash_fail()
  netdev_queues: fix -Wshadow / Sparse shadow warnings throughout the
    file

 include/net/netdev_queues.h | 54 +++++++++++++++++++++++++++----------
 include/net/tcp_ao.h        |  6 ++++-
 2 files changed, 45 insertions(+), 15 deletions(-)

-- 
2.44.0