On Mon, 27 Feb 2023 09:29:30 +0100 Juergen Gross wrote: > On 26.02.23 17:34, Tom Rix wrote: > > building with gcc and W=1 reports > > drivers/net/xen-netback/netback.c:886:21: error: variable > > ‘pending_idx’ set but not used [-Werror=unused-but-set-variable] > > 886 | u16 pending_idx; > > | ^~~~~~~~~~~ > > > > pending_idx is not used so remove it. Since index was only > > used to set pending_idx, remove index as well. > > > > Signed-off-by: Tom Rix <[email protected]> > > Reviewed-by: Juergen Gross <[email protected]>
Applied, thanks!
