From: Matthew Fernandez Date: Sat, 13 Nov 2021 01:45:18 +0000 (-0800) Subject: fig_begin_page: squash -Wunused-parameter warning X-Git-Tag: 2.50.0~32^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb2add59a8e4aa09e701fcc6fa0b441155e7daf3;p=graphviz fig_begin_page: squash -Wunused-parameter warning --- diff --git a/plugin/core/gvrender_core_fig.c b/plugin/core/gvrender_core_fig.c index 753149544..1427be3df 100644 --- a/plugin/core/gvrender_core_fig.c +++ b/plugin/core/gvrender_core_fig.c @@ -214,6 +214,8 @@ static void fig_end_graph(GVJ_t * job) static void fig_begin_page(GVJ_t * job) { + (void)job; + Depth = 2; }