mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
unix-cpy: Fix compiler warning about unused variable.
This commit is contained in:
@@ -58,7 +58,7 @@ void do_file(const char *file) {
|
||||
//printf("----------------\n");
|
||||
|
||||
// compile
|
||||
mp_obj_t module_fun = mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
|
||||
mp_compile(pn, 0, MP_EMIT_OPT_NONE, false);
|
||||
|
||||
//printf("----------------\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user