On 2/26/26 21:32, Jakub Kicinski wrote:
On Tue, 24 Feb 2026 18:10:52 -0500 Adam Young wrote:
quoted
Implementation of network driver for
Management Component Transport Protocol(MCTP)
over Platform Communication Channel(PCC)
make sure this builds cleanly with W=1 please:
drivers/net/mctp/mctp-pcc.c:133:27: warning: variable 'outbox' set but not used [-Wunused-but-set-variable]
133 | struct mctp_pcc_mailbox *outbox;
| ^
Sorry about that, but building on both ARM64 and x86_64 with -W=1 did
not report that issue. Is there another tool I should be using?