gh-123553: Fix compile warning in compile.c (#123578)

This commit is contained in:
sobolevn 2024-09-01 18:43:45 +03:00 committed by GitHub
parent 2304774465
commit 91b7f2e7f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,9 @@ typedef _PyJumpTargetLabel jump_target_label;
enum fblocktype;
#ifndef NDEBUG
static int compiler_is_top_level_await(struct compiler *c);
#endif
static PyObject *compiler_mangle(struct compiler *c, PyObject *name);
static PyObject *compiler_maybe_mangle(struct compiler *c, PyObject *name);
static int compiler_optimization_level(struct compiler *c);