../drivers/net/bonding/bond_main.c: In function ‘bond_ipsec_del_sa’: ../drivers/net/bonding/bond_main.c:576:25: warning: variable ‘bond’ set but not used [-Wunused-but-set-variable] 576 | struct bonding *bond; | ^~~~ New errors added --- /tmp/tmp.XGIyiqAMFg 2025-04-09 09:34:31.766704768 -0700 +++ /tmp/tmp.pJICD9Wbij 2025-04-09 09:35:41.564052366 -0700 @@ -0,0 +1,4 @@ +../drivers/net/bonding/bond_main.c: In function ‘bond_ipsec_del_sa’: +../drivers/net/bonding/bond_main.c:576:25: warning: variable ‘bond’ set but not used [-Wunused-but-set-variable] + 576 | struct bonding *bond; + | ^~~~ Per-file breakdown --- /tmp/tmp.tvCtXaB5W9 2025-04-09 09:35:41.568983189 -0700 +++ /tmp/tmp.dNGhsTzJ93 2025-04-09 09:35:41.572983148 -0700 @@ -0,0 +1 @@ + 1 ../drivers/net/bonding/bond_main.c