]> granicus.if.org Git - graphviz/commitdiff
plugin/gdiplus/gvloadimage_gdiplus.cpp: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Nov 2021 16:01:46 +0000 (08:01 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 24 Nov 2021 15:47:40 +0000 (07:47 -0800)
plugin/gdiplus/gvloadimage_gdiplus.cpp

index e5d86a0f1d2256032beb3bf2e79c4b1b34e1735d..5e65a42258297a9a9de259ad78cd29b1da28b7d1 100644 (file)
@@ -60,7 +60,7 @@ static Image* gdiplus_loadimage(GVJ_t * job, usershape_t *us)
     return reinterpret_cast<Image*>(us->data);
 }
 
-static void gdiplus_loadimage_gdiplus(GVJ_t * job, usershape_t *us, boxf b, boolean filled)
+static void gdiplus_loadimage_gdiplus(GVJ_t * job, usershape_t *us, boxf b, boolean)
 {
        /* get the image from usershape details, then blit it to the context */
        Image *image = gdiplus_loadimage(job, us);