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

index 5e31787e0d504846bea835af2d33d4a154572907..f66325ea8c45bbd9ff40f5bce7c647644a3de0c4 100644 (file)
@@ -26,6 +26,7 @@ extern int in_poly(Ppoly_t argpoly, Ppoint_t q);
 
 static boolean spline_merge(node_t * n)
 {
+    (void)n;
     return FALSE;
 }