]> granicus.if.org Git - graphviz/commitdiff
mp_begin_edge: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:51:37 +0000 (17:51 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Nov 2021 15:54:17 +0000 (07:54 -0800)
plugin/core/gvrender_core_mp.c

index cd547aa122448a8879b11b66a969ba11131d146e..9a3e5bf71c2f6b728da9cf93612e71a2cd081266 100644 (file)
@@ -240,6 +240,8 @@ static void mp_end_node(GVJ_t * job)
 
 static void mp_begin_edge(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 0;
 }