]> granicus.if.org Git - graphviz/commitdiff
mkMPair: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 02:53:15 +0000 (18:53 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Nov 2021 21:59:18 +0000 (13:59 -0800)
lib/common/pointset.c

index 486b539dcc8d6f713e49a8959dbf07e059e2bd88..a006e4a973c30cf5b32744fb335e0302e5f3255e 100644 (file)
@@ -142,6 +142,8 @@ typedef struct {
 
 static mpair *mkMPair(Dt_t * d, mpair * obj, MPairDisc * disc)
 {
+    (void)d;
+
     mpair *ap;
 
     if (disc->flist) {