diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-24 07:54:58 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-24 07:54:58 -0400 |
commit | f136ee9b577d4a4640ccf2c47ae4bd72f4555ddc (patch) | |
tree | 30333c2043e68b3c64103c1ac030284183de97e2 /tests/testfontselectiondialog.c | |
parent | 144e4af8bc583af536851bf6b11daaad8b5e4435 (diff) | |
download | gtk+-f136ee9b577d4a4640ccf2c47ae4bd72f4555ddc.tar.gz |
Trivial: Silence a compiler warning
Diffstat (limited to 'tests/testfontselectiondialog.c')
-rw-r--r-- | tests/testfontselectiondialog.c | 2 |
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); |