]> Pileus Git - ~andy/gtk/commitdiff
Avoid deprecation warnings in a11y tests
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Feb 2013 14:27:28 +0000 (09:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 Feb 2013 14:27:28 +0000 (09:27 -0500)
We are testing the deprecated GtkTable here.

tests/a11y/children.c

index db1136b77d87332808b5961e23b2bba4ae4299bb..a2d847ef715a0d5bb32829152b976f1db0ea5075 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #define GDK_DISABLE_DEPRECATION_WARNINGS
+#undef GTK_DISABLE_DEPRECATED
 
 #include <gtk/gtk.h>
 #include <string.h>