mbox series

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

Message ID 20240329170000.3241460-1-aleksander.lobakin@intel.com (mailing list archive)
Headers show
Series net: fix variable shadowing spam from headers | expand

Message

Alexander Lobakin March 29, 2024, 4:59 p.m. UTC
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(-)