Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b5a790d2
Commit
b5a790d2
authored
Feb 07, 2015
by
Damien George
Browse files
unix-cpy: Fix compiler warning about unused variable.
parent
0bfc7638
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix-cpy/main.c
View file @
b5a790d2
...
...
@@ -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");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment