Skip to content

Commit e4b3783

Browse files
authored
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
1 parent 834b7c1 commit e4b3783

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Python/bytecodes.c

+2
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,8 @@ dummy_func(
12161216
STAT_INC(UNPACK_SEQUENCE, deferred);
12171217
DECREMENT_ADAPTIVE_COUNTER(this_instr[1].cache);
12181218
#endif /* ENABLE_SPECIALIZATION */
1219+
(void)seq;
1220+
(void)counter;
12191221
}
12201222

12211223
op(_UNPACK_SEQUENCE, (seq -- unused[oparg])) {

Python/executor_cases.c.h

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/generated_cases.c.h

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)