mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
tdfx: Mark a variable only used under a custom debug macro as unused.
This commit is contained in:
parent
c1480b1702
commit
032253e1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ tdfx_attach(device_t dev) {
|
|||
static int
|
||||
tdfx_detach(device_t dev) {
|
||||
struct tdfx_softc* tdfx_info;
|
||||
int retval;
|
||||
int retval __unused;
|
||||
tdfx_info = device_get_softc(dev);
|
||||
|
||||
/* Delete allocated resource, of course */
|
||||
|
|
|
|||
Loading…
Reference in a new issue