ao-tools: Fix warnings in ao-tools
[fw/altos] / ao-tools / lib / cc-process.c
index 74b02a74b53af644707d816aca2c40c453456b37..f2307a8207818436391dd6560f18699424d4aba5 100644 (file)
@@ -46,8 +46,8 @@ struct cc_flightcooked *
 cc_flight_cook(struct cc_flightraw *raw)
 {
        struct cc_flightcooked *cooked;
-       double                  flight_start;
-       double                  flight_stop;
+       double                  flight_start = 0;
+       double                  flight_stop = 0;
        int                     start_set = 0;
        int                     stop_set = 0;
        int                     i;