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