From: Matthew Fernandez Date: Sat, 15 May 2021 00:32:23 +0000 (-0700) Subject: Squash -Wunused-parameter warning in core_loadimage_svg X-Git-Tag: 2.47.3~30^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f27695e2e110f7eac60451401c26e43b54a118d;p=graphviz Squash -Wunused-parameter warning in core_loadimage_svg --- diff --git a/plugin/core/gvloadimage_core.c b/plugin/core/gvloadimage_core.c index 814c07df4..f281a99ba 100644 --- a/plugin/core/gvloadimage_core.c +++ b/plugin/core/gvloadimage_core.c @@ -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);