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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy