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

index 1f8b3a8adc3656488bec7031a8cd181d46d37f3a..e4b69deb4b1d90d495dda6a08a458f7fda1e0b1d 100644 (file)
@@ -287,6 +287,8 @@ static void SetPenColor(sdot_op* o, int param)
 
 static void SetStyle(sdot_op* o, int param)
 {
+    (void)o;
+    (void)param;
 }
 
 static sdot_op * font_op;