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