Re: [PATCH v4 6/9] net/i40e/base: fix unused value warnings

2025-03-28 Thread Bruce Richardson
On Fri, Mar 28, 2025 at 08:21:44AM -0700, Andre Muezerie wrote: > On Fri, Mar 28, 2025 at 02:07:23PM +0100, Burakov, Anatoly wrote: > > On 3/28/2025 12:16 PM, Bruce Richardson wrote: > > >Fix warnings about unused values - parameters, variables, etc., and > > >remove the warning disable flags for t

Re: [PATCH v4 6/9] net/i40e/base: fix unused value warnings

2025-03-28 Thread Andre Muezerie
On Fri, Mar 28, 2025 at 02:07:23PM +0100, Burakov, Anatoly wrote: > On 3/28/2025 12:16 PM, Bruce Richardson wrote: > >Fix warnings about unused values - parameters, variables, etc., and > >remove the warning disable flags for them. Although modifying the > >base-code files is not ideal, the changes

Re: [PATCH v4 6/9] net/i40e/base: fix unused value warnings

2025-03-28 Thread Burakov, Anatoly
On 3/28/2025 12:16 PM, Bruce Richardson wrote: Fix warnings about unused values - parameters, variables, etc., and remove the warning disable flags for them. Although modifying the base-code files is not ideal, the changes required are minor, and only affect two files from the imported base code.