From 1e18dd25b5fe7494f87c518aea4f25c08183c705 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 14 May 2021 17:33:19 -0700 Subject: [PATCH] squash -Wunused-parameter warning in core_loadimage_fig --- plugin/core/gvloadimage_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/core/gvloadimage_core.c b/plugin/core/gvloadimage_core.c index f281a99ba..73e6b8fa5 100644 --- a/plugin/core/gvloadimage_core.c +++ b/plugin/core/gvloadimage_core.c @@ -72,6 +72,8 @@ static void core_loadimage_svg(GVJ_t * job, usershape_t *us, boxf b, boolean fil static void core_loadimage_fig(GVJ_t * job, usershape_t *us, boxf bf, boolean filled) { + (void)filled; + int object_code = 2; /* always 2 for polyline */ int sub_type = 5; /* always 5 for image */ int line_style = 0; /* solid, dotted, dashed */ -- 2.40.0