]> granicus.if.org Git - graphviz/commitdiff
Squash -Wunused-parameter warning in core_loadimage_svg
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 May 2021 00:32:23 +0000 (17:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 15:02:39 +0000 (08:02 -0700)
plugin/core/gvloadimage_core.c

index 814c07df4bab6313e8cb8296b78fec5068b34fb1..f281a99bac6f935de24055dec64381ac13c44f6d 100644 (file)
@@ -42,6 +42,7 @@ typedef enum {
 
 static void core_loadimage_svg(GVJ_t * job, usershape_t *us, boxf b, boolean filled)
 {
+    (void)filled;
 
     double width = (b.UR.x-b.LL.x);
     double height = (b.UR.y-b.LL.y);