commit | e2880aa2fdc75298df487df7519d483acb03959c | [log] [tgz] |
---|---|---|
author | Damien <damien.p.george@gmail.com> | Fri Dec 20 14:22:59 2013 +0000 |
committer | Damien <damien.p.george@gmail.com> | Fri Dec 20 14:22:59 2013 +0000 |
tree | dcaf98cf6c33d4ee0d42eec51964c4ab17da6f3a | |
parent | ba66a8fc5715ed771410539e39a996b2a9632ba1 [diff] [blame] |
Fix a few compiler warnings.
diff --git a/py/compile.c b/py/compile.c index ea0bbc2..42bac7d 100644 --- a/py/compile.c +++ b/py/compile.c
@@ -1610,7 +1610,7 @@ EMIT(pop_top); - int l3; + int l3 = 0; if (qstr_exception_local != 0) { l3 = comp_next_label(comp); EMIT(setup_finally, l3);