]> granicus.if.org Git - graphviz/commitdiff
squash -Wunused-parameter warning in SetFont
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 12 Apr 2021 04:06:27 +0000 (21:06 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 19:12:54 +0000 (12:12 -0700)
cmd/smyrna/draw.c

index e4b69deb4b1d90d495dda6a08a458f7fda1e0b1d..f0ac2227376a0c6c873afa582023062020b3e523 100644 (file)
@@ -295,6 +295,8 @@ static sdot_op * font_op;
 
 static void SetFont(sdot_op * o, int param)
 {
+       (void)param;
+
        font_op=o;
 }