]> granicus.if.org Git - graphviz/commitdiff
neatogen multispline spline_merge: squash a -Wunused-parameter compiler warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 6 Sep 2021 19:37:00 +0000 (12:37 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 9 Sep 2021 14:32:12 +0000 (07:32 -0700)
lib/neatogen/multispline.c

index 945a2f2af426dd51e13095f995318227d93c1f52..3c4cf3db0f24f2cb7791a3dc3a521d1553aeb4d9 100644 (file)
@@ -16,6 +16,7 @@
 
 static boolean spline_merge(node_t * n)
 {
+    (void)n;
     return FALSE;
 }