]> granicus.if.org Git - graphviz/commitdiff
squash -Wunused-parameter warning in core_loadimage_ps
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 May 2021 00:35:02 +0000 (17:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 27 May 2021 15:02:39 +0000 (08:02 -0700)
plugin/core/gvloadimage_core.c

index 853d6f8d720c8c56c78746c20e3d0be338a66057..497761ec7a1d6f885f5939c3b66b5fab650fe158 100644 (file)
@@ -153,6 +153,8 @@ static void ps_freeimage(usershape_t *us)
 /* usershape described by a postscript file */
 static void core_loadimage_ps(GVJ_t * job, usershape_t *us, boxf b, boolean filled)
 {
+    (void)filled;
+
     assert(job);
     assert(us);
     assert(us->name);