From f136ee9b577d4a4640ccf2c47ae4bd72f4555ddc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 24 Aug 2011 07:54:58 -0400 Subject: [PATCH] Trivial: Silence a compiler warning --- tests/testfontselectiondialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testfontselectiondialog.c b/tests/testfontselectiondialog.c index bcc1c80528..96f8652c73 100644 --- a/tests/testfontselectiondialog.c +++ b/tests/testfontselectiondialog.c @@ -27,7 +27,7 @@ int main (int argc, char *argv[]) { GtkWidget *dialog; - GtkWidget *ok; + GtkWidget *ok G_GNUC_UNUSED; gtk_init (&argc, &argv);