From cf7ffe580c02c886ba8e62949d34beef1fc0c7c2 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 20 Apr 2021 18:11:33 -0700 Subject: [PATCH] squash -Wunused-parameter in tkgen_begin_edge --- plugin/core/gvrender_core_tk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/core/gvrender_core_tk.c b/plugin/core/gvrender_core_tk.c index 2e527da13..f197b2f63 100644 --- a/plugin/core/gvrender_core_tk.c +++ b/plugin/core/gvrender_core_tk.c @@ -159,6 +159,8 @@ static void tkgen_begin_node(GVJ_t * job) static void tkgen_begin_edge(GVJ_t * job) { + (void)job; + first_periphery = -1; /* FIXME - this is an ugly ugly hack! Need this one for arrowheads. */ } -- 2.40.0