Skip to content

Commit f9bd678

Browse files
committed
Silence compiler warnings
1 parent 77e9439 commit f9bd678

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Python/optimizer_bytecodes.c

+2
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ dummy_func(void) {
847847
}
848848

849849
op(_CALL_TYPE_1, (callable, null, arg -- res)) {
850+
(void)callable;
851+
(void)null;
850852
if (sym_has_type(arg)) {
851853
res = sym_new_const(ctx, (PyObject *)sym_get_type(arg));
852854
}

Python/optimizer_cases.c.h

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

0 commit comments

Comments
 (0)