]> granicus.if.org Git - graphviz/commitdiff
Remove 1 -Wself-assign warning in edge_bundling.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 8 Nov 2020 08:23:20 +0000 (09:23 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 21 Nov 2020 08:17:09 +0000 (09:17 +0100)
lib/mingle/edge_bundling.c

index e708ddb0ac2a57ba43d74f66b7011f0c6eda1224..21133612008e38c53023db88338bed2298d71da6 100644 (file)
@@ -813,7 +813,7 @@ pedge* edge_bundling(SparseMatrix A0, int dim, real *x, int maxit_outer, real K,
     }
     
   } else if (method == METHOD_NONE){
-    edges = edges;
+    ;
   } else {
     assert(0);
   }