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
..
2021-12-30 20:57:24 -07:00
2022-01-24 18:25:56 -08:00
2021-12-23 10:36:51 -08:00
2022-01-24 18:25:56 -08:00
2022-01-12 12:34:07 -08:00
2022-01-24 18:25:56 -08:00
2022-01-10 13:40:12 -04:00
2022-01-18 10:19:04 +01:00
2022-01-02 00:30:58 -07:00
2019-11-21 18:14:26 +00:00
2022-01-03 13:00:50 -05:00
2021-12-09 17:41:39 -07:00
2021-11-26 14:44:00 +00:00
2021-12-16 20:56:28 -06:00
2020-01-23 13:56:12 +00:00