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

index 497761ec7a1d6f885f5939c3b66b5fab650fe158..7520476c81c509dbf4ad4b7a6ac6a177c2c7a1b1 100644 (file)
@@ -244,6 +244,8 @@ static void core_loadimage_pslib(GVJ_t * job, usershape_t *us, boxf b, boolean f
 
 static void core_loadimage_vml(GVJ_t * job, usershape_t *us, boxf b, boolean filled)
 {
+    (void)filled;
+
     unsigned int  graphHeight;
     graphHeight =(int)(job->bb.UR.y - job->bb.LL.y);
     gvprintf (job, "<v:image src=\"%s\" style=\" position:absolute; width:%.2f; height:%.2f; left:%.2f ; top:%.2f\"",