Skip to content

Commit

Permalink
pythongh-123553: Fix compile warning in compile.c (python#123578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 1, 2024
1 parent 2304774 commit 91b7f2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 91b7f2e

Please sign in to comment.