remove warning in FP for loop

This commit is contained in:
Gautier Hattenberger
2018-02-09 00:19:12 +01:00
parent f1c3753352
commit 64cec590e1
+1
View File
@@ -384,6 +384,7 @@ let rec print_stage = fun index_of_waypoints x ->
stage ();
lprintf "%s = %s - 1;\n" v from_;
lprintf "%s = %s;\n" to_var to_expr;
lprintf "INTENTIONAL_FALLTHRU\n";
left ();
output_label f;