On Thu, 26 Dec 2024 10:41:44 -0800
Andre Muezerie <andre...@linux.microsoft.com> wrote:

> 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 <andre...@linux.microsoft.com>
> ---
>  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 +++++++++++++++++-------------
>  5 files changed, 43 insertions(+), 36 deletions(-)


Makes sense, but this base (ie shared across OS code).
Can't make changes there in general; and requires approval of that PMD 
maintainer.

Reply via email to