From 7b0a57eb380272c8696c93cda88f9a9e1987b350 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 6 Sep 2021 12:38:42 -0700 Subject: [PATCH] neatogen multipline newItem: squash a -Wunused-parameter compiler warning --- lib/neatogen/multispline.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/neatogen/multispline.c b/lib/neatogen/multispline.c index d1fb18aa0..434c51f13 100644 --- a/lib/neatogen/multispline.c +++ b/lib/neatogen/multispline.c @@ -77,6 +77,7 @@ static void *newItem(Dt_t * d, item * objp, Dtdisc_t * disc) { item *newp = NEW(item); + NOTUSED(d); NOTUSED(disc); newp->a[0] = objp->a[0]; newp->a[1] = objp->a[1]; -- 2.40.0