Disable clang 14 warning about bitwise operators in one more place
Follow up5f2aca8394
, where I missed the -Werror warning still being emitted in libsa. Fixes:5f2aca8394
MFC after: 3 days
This commit is contained in:
parent
2e4311906d
commit
74f7afdfd2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user