]> granicus.if.org Git - graphviz/commitdiff
squash -Wunused-parameter warnings in new_graph_clicked
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 19 Apr 2021 00:27:37 +0000 (17:27 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Apr 2021 18:58:20 +0000 (11:58 -0700)
cmd/smyrna/gui/callbacks.c

index 198f8e2f9592ecca82865ef17b470eff652322ce..6177366948d5afd11f13f1716959f74ddc67deaa 100644 (file)
@@ -20,6 +20,9 @@
 
 void new_graph_clicked(GtkWidget * widget, gpointer user_data)
 {
+    (void)widget;
+    (void)user_data;
+
     g_print("new graph button fired\n");
 }