mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
remove warning in FP for loop
This commit is contained in:
@@ -384,6 +384,7 @@ let rec print_stage = fun index_of_waypoints x ->
|
|||||||
stage ();
|
stage ();
|
||||||
lprintf "%s = %s - 1;\n" v from_;
|
lprintf "%s = %s - 1;\n" v from_;
|
||||||
lprintf "%s = %s;\n" to_var to_expr;
|
lprintf "%s = %s;\n" to_var to_expr;
|
||||||
|
lprintf "INTENTIONAL_FALLTHRU\n";
|
||||||
left ();
|
left ();
|
||||||
|
|
||||||
output_label f;
|
output_label f;
|
||||||
|
|||||||
Reference in New Issue
Block a user