From 870028b8b8a04a32f9e7865d98c9fea08266f860 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 8 Nov 2021 18:53:15 -0800 Subject: [PATCH] mkMPair: squash -Wunused-parameter warning --- lib/common/pointset.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/common/pointset.c b/lib/common/pointset.c index 486b539dc..a006e4a97 100644 --- a/lib/common/pointset.c +++ b/lib/common/pointset.c @@ -142,6 +142,8 @@ typedef struct { static mpair *mkMPair(Dt_t * d, mpair * obj, MPairDisc * disc) { + (void)d; + mpair *ap; if (disc->flist) { -- 2.49.0