We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23a2ea commit 238b5f5Copy full SHA for 238b5f5
1 file changed
py/emitglue.c
@@ -83,6 +83,7 @@ void mp_emit_glue_assign_bytecode(mp_raw_code_t *rc, const byte *code, mp_uint_t
83
uint16_t n_obj, uint16_t n_raw_code,
84
#endif
85
mp_uint_t scope_flags) {
86
+ (void)len; // possibly unused
87
88
rc->kind = MP_CODE_BYTECODE;
89
rc->scope_flags = scope_flags;
0 commit comments