From dcc52c170f1d9f28de4fc693785d8db18c50196a Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 6 Sep 2021 12:40:49 -0700 Subject: [PATCH] neatogen multispline newIpair: 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 66a54e4bf..d1ca55b64 100644 --- a/lib/neatogen/multispline.c +++ b/lib/neatogen/multispline.c @@ -179,6 +179,7 @@ static void *newIpair(Dt_t * d, Ipair * objp, Dtdisc_t * disc) { Ipair *newp = NEW(Ipair); + NOTUSED(d); NOTUSED(disc); newp->i = objp->i; newp->j = objp->j; -- 2.40.0