]> granicus.if.org Git - graphviz/commitdiff
mp_begin_node: squash -Wunused-parameter warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 13 Nov 2021 01:51:06 +0000 (17:51 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 15 Nov 2021 15:54:17 +0000 (07:54 -0800)
plugin/core/gvrender_core_mp.c

index b57d7bc3b840769425d579a94f81e1e4bcec5403..e90e70898f3072dd847861f47a8a2e678c22335b 100644 (file)
@@ -226,6 +226,8 @@ static void mp_begin_page(GVJ_t * job)
 
 static void mp_begin_node(GVJ_t * job)
 {
+    (void)job;
+
     Depth = 1;
 }