]> granicus.if.org Git - graphviz/commitdiff
fig_begin_node: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:45:33 +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 1427be3df20f689f271fcdbdae2ac9b424eea3a4..a5a1f602848d79ed59a211e26f6d6fd20e1bbc69 100644 (file)
@@ -221,6 +221,8 @@ static void fig_begin_page(GVJ_t * job)
 
 static void fig_begin_node(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 1;
 }