diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 19:17:03 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-20 15:13:48 +0000 |
| commit | 218634014374de0032fcdd56656ed6b3650634d2 (patch) | |
| tree | 840c5fa20088c3bb2120bb12fe70506a034c6771 | |
| parent | a795c6e9344406e055d38bd94eac40e8f815a0ef (diff) | |
| -rw-r--r-- | sys/dev/malo/if_malo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index 89c48c04db7f..d9220eaee0f9 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -1570,7 +1570,7 @@ malo_tx_draintxq(struct malo_softc *sc, struct malo_txq *txq) { struct ieee80211_node *ni; struct malo_txbuf *bf; - u_int ix; + u_int ix __unused; /* * NB: this assumes output has been stopped and |
