From: Matthew Fernandez Date: Tue, 9 Nov 2021 02:53:15 +0000 (-0800) Subject: mkMPair: squash -Wunused-parameter warning X-Git-Tag: 2.50.0~33^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=870028b8b8a04a32f9e7865d98c9fea08266f860;p=graphviz mkMPair: squash -Wunused-parameter warning --- 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) {