From 6c1a626b903541f7f968a83e59550ca74036d270 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 6 Sep 2021 12:48:08 -0700 Subject: [PATCH] neatogen swap_ends_p: squash a -Wunused-parameter warning --- lib/neatogen/neatosplines.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/neatogen/neatosplines.c b/lib/neatogen/neatosplines.c index f66325ea8..ae2e903ef 100644 --- a/lib/neatogen/neatosplines.c +++ b/lib/neatogen/neatosplines.c @@ -32,6 +32,7 @@ static boolean spline_merge(node_t * n) static boolean swap_ends_p(edge_t * e) { + (void)e; return FALSE; } -- 2.40.0