summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/emitglue.c')
-rw-r--r--py/emitglue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/emitglue.c b/py/emitglue.c
index 587c738ac9..7064cb8f27 100644
--- a/py/emitglue.c
+++ b/py/emitglue.c
@@ -92,6 +92,8 @@ void mp_emit_glue_assign_native(mp_raw_code_t *rc, mp_raw_code_kind_t kind, void
fwrite(fun_data, fun_len, 1, fp_write_code);
fclose(fp_write_code);
#endif
+#else
+ (void)fun_len;
#endif
}
#endif