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

index 0f12d6bfe1753d53aeb502f16c9538df60c3eb80..5eb13b2eed90e60694ad8f4473868e640b2bdc6a 100644 (file)
@@ -235,6 +235,8 @@ static void fig_end_node(GVJ_t * job)
 
 static void fig_begin_edge(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 0;
 }