Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23a2ea commit 238b5f5Copy full SHA for 238b5f5
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