Re: [net-next v31 2/2] mctp pcc: Implement MCTP over PCC Transport
From: Adam Young
Date: Fri Feb 27 2026 - 12:53:49 EST
On 2/26/26 21:32, Jakub Kicinski wrote:
On Tue, 24 Feb 2026 18:10:52 -0500 Adam Young wrote:Disregard previous. Turns out -W=1 is not the same as W=1.....
Implementation of network driver formake sure this builds cleanly with W=1 please:
Management Component Transport Protocol(MCTP)
over Platform Communication Channel(PCC)
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;
| ^