]> granicus.if.org Git - graphviz/commitdiff
Remove 1 -Wunused-parameter warning in idopen
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 27 Aug 2020 14:41:53 +0000 (16:41 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 7 Sep 2020 13:42:17 +0000 (15:42 +0200)
lib/cgraph/id.c

index 6f61c0a8ae6dcbb05284959ac4758f0144471deb..bef71a16e2c694f3fe2c5405d0d2d76a2144ff8d 100644 (file)
@@ -18,6 +18,7 @@
 
 static void *idopen(Agraph_t * g, Agdisc_t* disc)
 {
+    NOTUSED(disc);
     return g;
 }