From 74f7afdfd2f5c1beaed7af1bfe89b8b520744500 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 10 Feb 2022 19:48:31 +0100 Subject: [PATCH] Disable clang 14 warning about bitwise operators in one more place Follow up 5f2aca839400, where I missed the -Werror warning still being emitted in libsa. Fixes: 5f2aca839400 MFC after: 3 days --- stand/libsa/zfs/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/stand/libsa/zfs/Makefile.inc b/stand/libsa/zfs/Makefile.inc index 77725080660..00839c05d37 100644 --- a/stand/libsa/zfs/Makefile.inc +++ b/stand/libsa/zfs/Makefile.inc @@ -30,6 +30,7 @@ CFLAGS.nvlist.c+= -I${ZFSOSINC}/spl CFLAGS.zfs.c+= -I${ZFSOSINC}/spl \ -I${SRCTOP}/sys/cddl/contrib/opensolaris/common/lz4 CFLAGS.zstd.c+= -U__BMI__ +CFLAGS.zstd.c+= ${NO_WBITWISE_INSTEAD_OF_LOGICAL} CFLAGS.zstd_shim.c+= -DIN_BASE -I${OZFS}/include # Do not unroll skein loops, reduce code size