freebsd-dev/sys/dev/mwl
Dimitry Andric 52c80d495a Suppress unused variable warning in if_mwl.c
With clang 15, the following -Werror warning is produced:

    sys/dev/mwl/if_mwl.c:3445:8: error: variable 'ix' set but not used [-Werror,-Wunused-but-set-variable]
            u_int ix;
                  ^

Here, 'ix' is a variable that is only used when debugging. Mark the
variable as potentially unused, to suppress the warning.

MFC after:	3 days
2022-07-20 17:13:49 +02:00
..
if_mwl_pci.c mwl: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:39:32 -07:00
if_mwl.c Suppress unused variable warning in if_mwl.c 2022-07-20 17:13:49 +02:00
if_mwlioctl.h
if_mwlvar.h
mwldiag.h
mwlhal.c mwl: Remove write only variables, but leave hardware reads in place 2022-04-05 21:42:06 -06:00
mwlhal.h
mwlreg.h mwl: clean up empty lines in .c and .h files 2020-09-01 22:05:39 +00:00