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
Branches
No related tags found
No related merge requests found
......@@ -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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment