Skip to content
Snippets Groups Projects
Commit b5a790d2 authored by Damien George's avatar Damien George
Browse files

unix-cpy: Fix compiler warning about unused variable.

parent 0bfc7638
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ void do_file(const char *file) { ...@@ -58,7 +58,7 @@ void do_file(const char *file) {
//printf("----------------\n"); //printf("----------------\n");
// compile // 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"); //printf("----------------\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment