On Tue, Nov 04, 2025 at 02:52:37PM +0000, Medvedkin, Vladimir wrote:
> 
> On 11/4/2025 11:15 AM, Bruce Richardson wrote:
> > Build error reported with GCC 16, due to a set but unused variable. Fix
> > the issue by removing the setting of the var and marking it as unused.
> > 
> > ../drivers/net/intel/fm10k/base/fm10k_common.c: In function 
> > 'fm10k_unbind_hw_stats_q':
> > ../drivers/net/intel/fm10k/base/fm10k_common.c:480:62: warning:
> > parameter 'idx' set but not used [-Wunused-but-set-parameter=]
> >    480 | void fm10k_unbind_hw_stats_q(struct fm10k_hw_stats_q *q, u32 idx, 
> > u32 count)
> > 
> > Bugzilla ID: 1822
> > Fixes: 7223d200c227 ("fm10k: add base driver")
> > Cc: [email protected]
> > Cc: [email protected]
> > 
> > Signed-off-by: Bruce Richardson <[email protected]>
> Acked-by: Vladimir Medvedkin <[email protected]>
> > ---
Applied to dpdk-next-net-intel.

/Bruce

Reply via email to