freebsd-dev/sys/modules/zfs
Dimitry Andric e726e71056 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
2022-07-26 22:08:14 +02:00
..
Makefile Suppress unused variable warning for zfs_fm.c 2022-07-26 22:08:14 +02:00
static_ccompile.h
zfs_config.h zfs: merge openzfs/zfs@cb01da680 2022-07-08 00:02:36 +02:00
zfs_gitrev.h zfs: merge openzfs/zfs@cb01da680 2022-07-08 00:02:36 +02:00