8000 gh-123553: Fix compile warning in `compile.c` (#123578) · python/cpython@91b7f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 91b7f2e

Browse files
authored
gh-123553: Fix compile warning in compile.c (#123578)
1 parent 2304774 commit 91b7f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/compile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ typedef _PyJumpTargetLabel jump_target_label;
102102

103103
enum fblocktype;
104104

105+
#ifndef NDEBUG
105106
static int compiler_is_top_level_await(struct compiler *c);
107+
#endif
106108
static PyObject *compiler_mangle(struct compiler *c, PyObject *name);
107109
static PyObject *compiler_maybe_mangle(struct compiler *c, PyObject *name);
108110
static int compiler_optimization_level(struct compiler *c);

0 commit comments

Comments
 (0)
0