GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)

This commit is contained in:
Guido van Rossum 2023-11-01 14:24:52 -07:00 committed by GitHub
parent 834b7c18d7
commit e4b37835ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -884,6 +884,8 @@
STAT_INC(UNPACK_SEQUENCE, deferred);
DECREMENT_ADAPTIVE_COUNTER(this_instr[1].cache);
#endif /* ENABLE_SPECIALIZATION */
(void)seq;
(void)counter;
break;
}