X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=graph.c;h=5c865dcf2964fc4c809b1011d45fdbe45c9f3f65;hb=ea66e04fe1a803f6a9ddf31cb999641d4396d67c;hp=7a7c7925c55fa35da4c857ecb46eaf154de84da7;hpb=42634d2118b41f26151f5b708e83d40061570653;p=fio.git diff --git a/graph.c b/graph.c index 7a7c7925..5c865dcf 100644 --- a/graph.c +++ b/graph.c @@ -180,7 +180,7 @@ static double maxdouble(double a, double b) static double find_double_values(struct graph_label *l, double_comparator cmp) { struct flist_head *entry; - double answer, tmp; + double answer = 0.0, tmp; int first = 1; if (flist_empty(&l->value_list))