]> granicus.if.org Git - graphviz/commitdiff
Need to #ifdef DEBUG code only valid with DEBUG defined
authorerg <devnull@localhost>
Fri, 18 Feb 2005 14:52:41 +0000 (14:52 +0000)
committererg <devnull@localhost>
Fri, 18 Feb 2005 14:52:41 +0000 (14:52 +0000)
lib/fdpgen/xlayout.c

index 40dfaa6ab2a1867b355114b9f28d7a476726d742..710f0c878608bf25ff57b9e6dff11edd2f3a4459 100644 (file)
@@ -469,9 +469,11 @@ static int x_layout(graph_t * g, xparams * pxpms, int tries)
        try++;
        xpms.K += K;            /* increase distance */
     }
+#ifdef DEBUG
     if (Verbose && ov)
        fprintf(stderr, "Warning: %d overlaps remain on %s(%s)\n", ov,
                g->name, GORIG(g->root)->name);
+#endif
 
     return ov;
 }