]> granicus.if.org Git - graphviz/commitdiff
Janitor: [-Wmaybe-uninitialized]
authorJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:31:00 +0000 (12:31 -0500)
committerJohn Ellson <ellson@research.att.com>
Thu, 25 Feb 2016 17:31:00 +0000 (12:31 -0500)
lib/dotgen/dotsplines.c

index 01d13264f901b789d872cf06a9df3cf28844a5da..9dc6ad28686a11dc232e3ca4db589a0f323b2dfe 100644 (file)
@@ -988,7 +988,7 @@ makeSimpleFlatLabels (node_t* tn, node_t* hn, edge_t** edges, int ind, int cnt,
     int i, pointn;
     double leftend, rightend, ctrx, ctry, miny, maxy;
     double uminx, umaxx;
-    double lminx, lmaxx;
+    double lminx=0.0, lmaxx=0.0;
 
     edge_t** earray = N_NEW(cnt, edge_t*);