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

index c52a77589d9d8b8bc4956183d82e01f722226c8c..d12179cd03dac7149e3cf5e76094114943674ab4 100644 (file)
@@ -266,6 +266,10 @@ static void core_loadimage_tk(GVJ_t * job, usershape_t *us, boxf b, boolean fill
 static void core_loadimage_null(GVJ_t *gvc, usershape_t *us, boxf b, boolean filled)
 {
     /* null function - basically suppress the missing loader message */
+    (void)gvc;
+    (void)us;
+    (void)b;
+    (void)filled;
 }
 
 static gvloadimage_engine_t engine_svg = {