summaryrefslogtreecommitdiff
path: root/tests/testfontselectiondialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-24 07:54:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-24 07:54:58 -0400
commitf136ee9b577d4a4640ccf2c47ae4bd72f4555ddc (patch)
tree30333c2043e68b3c64103c1ac030284183de97e2 /tests/testfontselectiondialog.c
parent144e4af8bc583af536851bf6b11daaad8b5e4435 (diff)
downloadgtk+-f136ee9b577d4a4640ccf2c47ae4bd72f4555ddc.tar.gz
Trivial: Silence a compiler warning
Diffstat (limited to 'tests/testfontselectiondialog.c')
-rw-r--r--tests/testfontselectiondialog.c2
1 files changed, 1 insertions, 1 deletions
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);