Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2017-10-15 21:06:09 +02:00
parent bb876e9627
commit d24a9df040

View File

@ -145,6 +145,7 @@ static int _decode_constant(AsmArchPlugin * plugin,
{
AsmArchOperandDefinition aod = call->operands[i].definition;
AsmArchOperand * ao = &call->operands[i];
(void) plugin;
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s()\n", __func__);