diff options
author | Benjamin Otte <otte@redhat.com> | 2011-12-18 20:25:23 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-12-19 16:17:13 +0100 |
commit | e937d0613d4a41d6502a47b3e980f9621e5d81d2 (patch) | |
tree | a05553d70bc968fcabc87bf64d24d495b095927e /tests/a11y | |
parent | 073b4d8bea199a5f11900482c915f6ea9120409b (diff) | |
download | gtk+-e937d0613d4a41d6502a47b3e980f9621e5d81d2.tar.gz |
tests: Avoid deprecation warning
Diffstat (limited to 'tests/a11y')
-rw-r--r-- | tests/a11y/children.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/a11y/children.c b/tests/a11y/children.c index 4b761652f3..6d4eb84491 100644 --- a/tests/a11y/children.c +++ b/tests/a11y/children.c @@ -20,6 +20,8 @@ * Boston, MA 02111-1307, USA. */ +#define GDK_DISABLE_DEPRECATION_WARNINGS + #include <gtk/gtk.h> #include <string.h> |