From: Matthew Fernandez Date: Mon, 6 Sep 2021 19:37:00 +0000 (-0700) Subject: neatogen multispline spline_merge: squash a -Wunused-parameter compiler warning X-Git-Tag: 2.49.1~30^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eda06ae7e4274657afa0a66fa4ce2bff3386c98;p=graphviz neatogen multispline spline_merge: squash a -Wunused-parameter compiler warning --- diff --git a/lib/neatogen/multispline.c b/lib/neatogen/multispline.c index 945a2f2af..3c4cf3db0 100644 --- a/lib/neatogen/multispline.c +++ b/lib/neatogen/multispline.c @@ -16,6 +16,7 @@ static boolean spline_merge(node_t * n) { + (void)n; return FALSE; }