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