diff --git a/module/zcommon/zprop_common.c b/module/zcommon/zprop_common.c index 428af57419..c32039c1b6 100644 --- a/module/zcommon/zprop_common.c +++ b/module/zcommon/zprop_common.c @@ -83,6 +83,7 @@ zfs_mod_supported_prop(const char *name, zfs_type_t type, * tree, but this has not been done yet. */ #if defined(_KERNEL) || defined(LIB_ZPOOL_BUILD) || defined(__FreeBSD__) + (void) name, (void) type, (void) sfeatures; return (B_TRUE); #else return (zfs_mod_supported(type == ZFS_TYPE_POOL ?