opnsense-src/sys/dev/alc
Dimitry Andric 9dcb9a1e7b Fix unused variable warning in if_alc.c
With clang 15, the following -Werror warning is produced:

    sys/dev/alc/if_alc.c:3441:6: error: variable 'prog' set but not used [-Werror,-Wunused-but-set-variable]
            int prog;
                ^

The 'prog' variable seems to be a left-over from some debugging code
that no longer exists, and can be removed without any functional change.

MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D35831

(cherry picked from commit 64741244fc)
2022-07-23 10:56:46 +02:00
..
if_alc.c Fix unused variable warning in if_alc.c 2022-07-23 10:56:46 +02:00
if_alcreg.h alc(4): add support for Mikrotik 10/25G NIC 2021-05-26 14:30:36 +03:00
if_alcvar.h alc(4): add support for Mikrotik 10/25G NIC 2021-05-26 14:30:36 +03:00