8000 py/emitglue: Suppress warning for unused parameter. · godlygeek/circuitpython@238b5f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 238b5f5

Browse files
committed
py/emitglue: Suppress warning for unused parameter.
1 parent c23a2ea commit 238b5f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/emitglue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ void mp_emit_glue_assign_bytecode(mp_raw_code_t *rc, const byte *code, mp_uint_t
8383
uint16_t n_obj, uint16_t n_raw_code,
8484
#endif
8585
mp_uint_t scope_flags) {
86+
(void)len; // possibly unused
8687

8788
rc->kind = MP_CODE_BYTECODE;
8889
rc->scope_flags = scope_flags;

0 commit comments

Comments
 (0)
0