]> granicus.if.org Git - graphviz/commitdiff
squash 2 -Wunused-parameter warnings
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 14 Apr 2021 03:45:42 +0000 (20:45 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 20 Apr 2021 14:49:55 +0000 (07:49 -0700)
plugin/core/gvrender_core_mp.c

index 6395631f109032cf66f7553be52f84774e5005ca..9dbf67fbec68d82c3bf33b8828ac8790980dae82 100644 (file)
@@ -320,6 +320,9 @@ static void mp_ellipse(GVJ_t * job, pointf * A, int filled)
 static void mp_bezier(GVJ_t * job, pointf * A, int n, int arrow_at_start,
              int arrow_at_end, int filled)
 {
+    (void)arrow_at_start;
+    (void)arrow_at_end;
+
     obj_state_t *obj = job->obj;
 
     int object_code = 3;        /* always 3 for spline */