mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -1216,6 +1216,8 @@ dummy_func(
|
|||
STAT_INC(UNPACK_SEQUENCE, deferred);
|
||||
DECREMENT_ADAPTIVE_COUNTER(this_instr[1].cache);
|
||||
#endif /* ENABLE_SPECIALIZATION */
|
||||
(void)seq;
|
||||
(void)counter;
|
||||
}
|
||||
|
||||
op(_UNPACK_SEQUENCE, (seq -- unused[oparg])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue