Explicitly ignore unused variables (fixes #6158)
@ -124,6 +124,11 @@
D |= (z & 0x1) << n; \
} \
S += 1; \
(void)E; \
(void)F; \
(void)A; \
(void)K; \
(void)D; \
} while (0)
#define MP_BC_PRELUDE_SIG_DECODE(ip) \
The note is not visible to the blocked user.