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

index 73e6b8fa5881adefeb7ac0b3a1792e1d2e9e6b69..853d6f8d720c8c56c78746c20e3d0be338a66057 100644 (file)
@@ -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;