sound aoa: Mark variable only used in debug trace as unused.

This commit is contained in:
John Baldwin 2022-04-12 14:58:58 -07:00
parent 124b6786e4
commit b8ef5a7ea0

View file

@ -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;