]> granicus.if.org Git - graphviz/commitdiff
fig_end_edge: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:46:16 +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 5eb13b2eed90e60694ad8f4473868e640b2bdc6a..1df4db22429129181b315364734579f6f89cca7f 100644 (file)
@@ -242,6 +242,8 @@ static void fig_begin_edge(GVJ_t * job)
 
 static void fig_end_edge(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 2;
 }