freebsd-dev/cddl/lib
Dimitry Andric 5f2aca8394 Disable clang 14 warning about bitwise operators in zstd
Parts of zstd, used in openzfs and other places, trigger a new clang 14
-Werror warning:

```
sys/contrib/zstd/lib/decompress/huf_decompress.c:889:25: error: use of bitwise '&' with boolean operands [-Werror,-Wbitwise-instead-of-logical]
                        (BIT_reloadDStreamFast(&bitD1) == BIT_DStream_unfinished)
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```

While the warning is benign, it should ideally be fixed upstream and
then vendor-imported, but for now silence it selectively.

MFC after:	3 days
2022-02-08 21:46:08 +01:00
..
drti pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
libavl cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
libctf Remove -I flag for include path that doesn't exist 2020-09-10 15:37:07 +00:00
libdtrace pkgbase: Put dtrace in its own package 2021-06-19 17:49:31 +02:00
libicp zfs: merge openzfs/zfs@17b2ae0b2 (master) into main 2022-01-22 23:05:15 +01:00
libicp_rescue zfs: merge openzfs/zfs@17b2ae0b2 (master) into main 2022-01-22 23:05:15 +01:00
libnvpair cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
libspl spl: Unbreak crossbuild after f20893853e 2021-06-15 01:23:04 +01:00
libtpool Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
libumem Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libuutil zfs: unbreak build broken in 160388166 2021-06-08 22:21:11 +02:00
libzfs zfs: merge openzfs/zfs@ec64fdb93 (master) into main 2021-10-21 15:06:06 +02:00
libzfs_core cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
libzfsbootenv zfs: merge openzfs/zfs@17b2ae0b2 (master) into main 2022-01-22 23:05:15 +01:00
libzpool Disable clang 14 warning about bitwise operators in zstd 2022-02-08 21:46:08 +01:00
libzutil cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
pam_zfs_key openzfs: attach pam_zfs_key to build 2021-03-02 07:26:59 -05:00
tests
Makefile cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
Makefile.inc