opnsense-src/cddl/lib
Dimitry Andric 284434f7a6 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

(cherry picked from commit 5f2aca8394)
2022-02-11 17:42:30 +01:00
..
drti pkgbase: Put dtrace in its own package 2021-06-30 09:24:32 +02:00
libavl cddl: fix missing ZFS library dependencies 2021-11-29 09:26:35 -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-30 09:24:32 +02:00
libicp pkgbase: Move libicp in utilities 2021-06-30 09:24:29 +02:00
libicp_rescue pkgbase: Move libicp in utilities 2021-06-30 09:24:29 +02:00
libnvpair cddl: fix missing ZFS library dependencies 2021-11-29 09:26:35 -05:00
libspl zfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release) into stable/13 2021-06-22 09:18:11 +02: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 Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
libzfs zfs: bump version and install new share files 2021-03-10 02:26:35 +01:00
libzfs_core cddl: fix missing ZFS library dependencies 2021-11-29 09:26:35 -05:00
libzfsbootenv loader: zfs should support bootonce an nextboot 2020-09-21 09:01:10 +00:00
libzpool Disable clang 14 warning about bitwise operators in zstd 2022-02-11 17:42:30 +01:00
libzutil cddl: fix missing ZFS library dependencies 2021-11-29 09:26:35 -05:00
pam_zfs_key openzfs: attach pam_zfs_key to build 2021-03-10 02:57:42 +01:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
Makefile cddl: fix missing ZFS library dependencies 2021-11-29 09:26:35 -05:00
Makefile.inc Revert r284417 it is not necessary anymore 2015-06-15 19:28:07 +00:00