mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
libtpool: -Wno-clobbered
Also remove -Wno-unused-but-set-variable Upstream-bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61118 Reviewed-by: Alejandro Colomar <alx.manpages@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13110
This commit is contained in:
@@ -1937,7 +1937,7 @@ zio_do_crypt_data(boolean_t encrypt, zio_crypt_key_t *key,
|
||||
*/
|
||||
if (qat_crypt_use_accel(datalen) &&
|
||||
ot != DMU_OT_INTENT_LOG && ot != DMU_OT_DNODE) {
|
||||
uint8_t *srcbuf, *dstbuf;
|
||||
uint8_t __attribute__((unused)) *srcbuf, *dstbuf;
|
||||
|
||||
if (encrypt) {
|
||||
srcbuf = plainbuf;
|
||||
|
||||
Reference in New Issue
Block a user