mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
|
||
|---|---|---|
| .. | ||
| drti | ||
| libavl | ||
| libctf | ||
| libdtrace | ||
| libicp | ||
| libicp_rescue | ||
| libnvpair | ||
| libspl | ||
| libtpool | ||
| libumem | ||
| libuutil | ||
| libzfs | ||
| libzfs_core | ||
| libzfsbootenv | ||
| libzpool | ||
| libzutil | ||
| pam_zfs_key | ||
| tests | ||
| Makefile | ||
| Makefile.inc | ||