From 6f729ff46b2f4531db68f0af85e7e9fe0f6d1969 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 3 Jan 2019 11:41:49 -0800 Subject: ao-tools: Fix warnings in ao-tools None of these appear likely to have caused actual problems. Signed-off-by: Keith Packard --- ao-tools/lib/cc-process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ao-tools/lib/cc-process.c') diff --git a/ao-tools/lib/cc-process.c b/ao-tools/lib/cc-process.c index 74b02a74..f2307a82 100644 --- a/ao-tools/lib/cc-process.c +++ b/ao-tools/lib/cc-process.c @@ -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; -- cgit v1.2.3