mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
sound aoa: Mark variable only used in debug trace as unused.
This commit is contained in:
parent
124b6786e4
commit
b8ef5a7ea0
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ aoa_attach(void *xsc)
|
|||
char status[SND_STATUSLEN];
|
||||
struct aoa_softc *sc;
|
||||
device_t self;
|
||||
int err;
|
||||
int err __unused;
|
||||
|
||||
sc = xsc;
|
||||
self = sc->sc_dev;
|
||||
|
|
|
|||
Loading…
Reference in a new issue