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