diff options
Diffstat (limited to 'py/emitglue.c')
-rw-r--r-- | py/emitglue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/emitglue.c b/py/emitglue.c index f4b59df3eb..f544ae2944 100644 --- a/py/emitglue.c +++ b/py/emitglue.c @@ -61,6 +61,7 @@ void mp_emit_glue_assign_bytecode(mp_raw_code_t *rc, const byte *code, mp_uint_t uint16_t n_obj, uint16_t n_raw_code, #endif mp_uint_t scope_flags) { + (void)len; // possibly unused rc->kind = MP_CODE_BYTECODE; rc->scope_flags = scope_flags; |