All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove unused variables and add MSVC compiler flag
@ 2024-12-26 18:41 Andre Muezerie
  2024-12-26 18:41 ` [PATCH 1/2] drivers/common: " Andre Muezerie
  2024-12-26 18:41 ` [PATCH 2/2] drivers/net: " Andre Muezerie
  0 siblings, 2 replies; 13+ messages in thread
From: Andre Muezerie @ 2024-12-26 18:41 UTC (permalink / raw)
  Cc: dev, Andre Muezerie

Removed unused variables and added MSVC specific compiler flag to
ignore warnings about unused variables, like is being done for
other compilers.

Signed-off-by: Andre Muezerie <andremue@linux.microsoft.com>

Andre Muezerie (2):
  drivers/common: remove unused variables and add MSVC compiler flag
  drivers/net: remove unused variables and add MSVC compiler flag

 drivers/common/idpf/base/meson.build       | 13 +++--
 drivers/common/idpf/idpf_common_rxtx.c     |  2 -
 drivers/common/idpf/idpf_common_virtchnl.c |  4 +-
 drivers/common/sfc_efx/base/efx_mae.c      |  2 +-
 drivers/common/sfc_efx/base/efx_table.c    |  1 -
 drivers/common/sfc_efx/base/meson.build    | 20 +++++---
 drivers/net/ice/base/ice_switch.c          |  2 -
 drivers/net/ice/base/meson.build           | 16 ++++--
 drivers/net/qede/base/ecore_dcbx.c         |  2 -
 drivers/net/qede/base/ecore_mcp.c          |  2 -
 drivers/net/qede/base/meson.build          | 57 ++++++++++++----------
 11 files changed, 69 insertions(+), 52 deletions(-)

--
2.47.0.vfs.0.3


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-02-05 18:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 18:41 [PATCH 0/2] remove unused variables and add MSVC compiler flag Andre Muezerie
2024-12-26 18:41 ` [PATCH 1/2] drivers/common: " Andre Muezerie
2025-01-06 10:50   ` Bruce Richardson
2024-12-26 18:41 ` [PATCH 2/2] drivers/net: " Andre Muezerie
2025-01-14 17:46   ` Stephen Hemminger
2025-01-14 20:46   ` [PATCH v2 0/2] " Andre Muezerie
2025-01-14 20:46     ` [PATCH v2 1/2] drivers/common: " Andre Muezerie
2025-01-14 20:46     ` [PATCH v2 2/2] drivers/net: add MSVC compiler flag for unused variables Andre Muezerie
2025-02-05 18:33       ` Stephen Hemminger
2025-02-05 18:54         ` Andre Muezerie
2025-02-05 18:53   ` [PATCH v3 0/2] remove unused variables and add MSVC compiler flag Andre Muezerie
2025-02-05 18:53     ` [PATCH v3 1/2] drivers/common: " Andre Muezerie
2025-02-05 18:53     ` [PATCH v3 2/2] drivers/net: add MSVC compiler flag for unused variables Andre Muezerie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.