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

index 73d546983d81ef81fef3d1dcf8aa5103b8a6f2c5..75314954437ef638e9117f9bef66f4bea82f8470 100644 (file)
@@ -327,6 +327,9 @@ static void fig_ellipse(GVJ_t * job, pointf * A, int filled)
 static void fig_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 */