From: Matthew Fernandez Date: Sat, 15 May 2021 00:34:16 +0000 (-0700) Subject: squash -Wunused-parameter warnings in core_loadimage_vrml X-Git-Tag: 2.47.3~30^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3816c35c9750b66bed029ef9993ced184fe5bfca;p=graphviz squash -Wunused-parameter warnings in core_loadimage_vrml --- diff --git a/plugin/core/gvloadimage_core.c b/plugin/core/gvloadimage_core.c index 73e6b8fa5..853d6f8d7 100644 --- a/plugin/core/gvloadimage_core.c +++ b/plugin/core/gvloadimage_core.c @@ -115,6 +115,9 @@ static void core_loadimage_fig(GVJ_t * job, usershape_t *us, boxf bf, boolean fi static void core_loadimage_vrml(GVJ_t * job, usershape_t *us, boxf b, boolean filled) { + (void)b; + (void)filled; + obj_state_t *obj; node_t *n;