]> granicus.if.org Git - graphviz/commitdiff
force_directed_edge_bundling: suppress -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Jan 2022 04:07:34 +0000 (20:07 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 16:17:00 +0000 (08:17 -0800)
lib/mingle/edge_bundling.c

index 7f6016b432210354ad66d1da09802f6ab2c65ac0..9ce5536eb5dcdb188ccdebd3931c46d64fffcf38 100644 (file)
@@ -570,6 +570,8 @@ static pedge* force_directed_edge_bundling(SparseMatrix A, pedge* edges, int max
       edges_global = edges;
       drawScene();
     }
+#else
+    (void)open_gl;
 #endif
 
   }