mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
This commit is contained in:
parent
834b7c18d7
commit
e4b37835ef
3 changed files with 6 additions and 0 deletions
2
Python/generated_cases.c.h
generated
2
Python/generated_cases.c.h
generated
|
@ -1743,6 +1743,8 @@
|
|||
STAT_INC(UNPACK_SEQUENCE, deferred);
|
||||
DECREMENT_ADAPTIVE_COUNTER(this_instr[1].cache);
|
||||
#endif /* ENABLE_SPECIALIZATION */
|
||||
(void)seq;
|
||||
(void)counter;
|
||||
}
|
||||
// _UNPACK_SEQUENCE
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue