From: Matthew Fernandez Date: Fri, 22 Jul 2022 01:27:41 +0000 (-0700) Subject: smyrna mOpenSlot: squash -Wunused-parameter warnings X-Git-Tag: 5.0.1~29^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa7eeaa347730c85b4b2da259586d509357f3a91;p=graphviz smyrna mOpenSlot: squash -Wunused-parameter warnings bd869436742887a0089f5ad817ecb36a1546987c that squashed other such warnings in this file, missed that these are also unused in `mOpenSlot`. --- diff --git a/cmd/smyrna/gui/menucallbacks.c b/cmd/smyrna/gui/menucallbacks.c index 75b05c517..6bd5629ef 100644 --- a/cmd/smyrna/gui/menucallbacks.c +++ b/cmd/smyrna/gui/menucallbacks.c @@ -24,6 +24,9 @@ void mOpenSlot(GtkWidget * widget, gpointer user_data) { + (void)widget; + (void)user_data; + GtkWidget *dialog; GtkFileFilter *filter;