mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Trivial: Silence a compiler warning
This commit is contained in:
parent
144e4af8bc
commit
f136ee9b57
@ -27,7 +27,7 @@ int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
GtkWidget *dialog;
|
||||
GtkWidget *ok;
|
||||
GtkWidget *ok G_GNUC_UNUSED;
|
||||
|
||||
gtk_init (&argc, &argv);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user