X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=graph.c;h=5c865dcf2964fc4c809b1011d45fdbe45c9f3f65;hp=7a7c7925c55fa35da4c857ecb46eaf154de84da7;hb=4aaefbfa2b7a7a70ff6c6851dc3cee01b5993149;hpb=1e5324e723116a5faf9da686993cc79c14d62d4b 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))