From: Matthew Fernandez Date: Mon, 12 Apr 2021 04:06:27 +0000 (-0700) Subject: squash -Wunused-parameter warning in SetFont X-Git-Tag: 2.47.2~53^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5d296c81fd36fb5bdc68ea6696851cf5ab861d3;p=graphviz squash -Wunused-parameter warning in SetFont --- diff --git a/cmd/smyrna/draw.c b/cmd/smyrna/draw.c index e4b69deb4..f0ac22273 100644 --- a/cmd/smyrna/draw.c +++ b/cmd/smyrna/draw.c @@ -295,6 +295,8 @@ static sdot_op * font_op; static void SetFont(sdot_op * o, int param) { + (void)param; + font_op=o; }