opnsense-src/sys/modules/zfs
Dimitry Andric 0ca977b155 Suppress unused variable warning for zfs_fm.c
With clang 15, the following -Werror warning is produced:

    sys/contrib/openzfs/module/zfs/zfs_fm.c:256:6: error: variable 'cnt' set but not used [-Werror,-Wunused-but-set-variable]
            int cnt = 0;
                ^

The 'cnt' variable does not seem to be used for anything, but since this
is contributed code, suppress the warning instead.

MFC after:	3 days

(cherry picked from commit e726e71056)
2022-07-29 20:29:56 +02:00
..
Makefile Suppress unused variable warning for zfs_fm.c 2022-07-29 20:29:56 +02:00
static_ccompile.h Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
zfs_config.h zfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release) into stable/13 2022-06-25 09:13:54 +02:00
zfs_gitrev.h zfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release) into stable/13 2022-06-25 09:13:54 +02:00