Re: [PATCH v4 8/9] net/ice/base: reduce warnings for unused variables

2025-03-28 Thread Burakov, Anatoly
On 3/28/2025 12:16 PM, Bruce Richardson wrote: Improve base code macros to reduce the number of issues with unused variables in the code. Issues still remain with unused-but-set variables, but completely unused variable warnings are eliminated. Signed-off-by: Bruce Richardson --- Acked-by: Ana

[PATCH v4 8/9] net/ice/base: reduce warnings for unused variables

2025-03-28 Thread Bruce Richardson
Improve base code macros to reduce the number of issues with unused variables in the code. Issues still remain with unused-but-set variables, but completely unused variable warnings are eliminated. Signed-off-by: Bruce Richardson --- drivers/net/intel/ice/base/ice_osdep.h | 6 +++--- drivers/ne