mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
if_mvneta: Use __diagused for a variable only used in KASSERT().
This commit is contained in:
parent
e6fd5ca545
commit
fcd0ea3a38
1 changed files with 1 additions and 1 deletions
|
|
@ -2851,7 +2851,7 @@ mvneta_tx_queue_complete(struct mvneta_softc *sc, int q)
|
|||
{
|
||||
struct mvneta_tx_ring *tx;
|
||||
struct mvneta_buf *txbuf;
|
||||
struct mvneta_tx_desc *t;
|
||||
struct mvneta_tx_desc *t __diagused;
|
||||
uint32_t ptxs, ptxsu, ndesc;
|
||||
int i;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue