]> granicus.if.org Git - graphviz/commitdiff
fig_end_node: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:45:49 +0000 (17:45 -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 a5a1f602848d79ed59a211e26f6d6fd20e1bbc69..0f12d6bfe1753d53aeb502f16c9538df60c3eb80 100644 (file)
@@ -228,6 +228,8 @@ static void fig_begin_node(GVJ_t * job)
 
 static void fig_end_node(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 2;
 }