From 6f27695e2e110f7eac60451401c26e43b54a118d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 14 May 2021 17:32:23 -0700 Subject: [PATCH] Squash -Wunused-parameter warning in core_loadimage_svg --- plugin/core/gvloadimage_core.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.40.0