summaryrefslogtreecommitdiff
path: root/tests/testtreednd.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-07 20:59:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-11 17:18:21 -0400
commit69e4c9b01e0db22db96aed7d700ac98c698e3390 (patch)
treeb1a33d04823616d9a2ef1aba218f1f864e7d6b66 /tests/testtreednd.c
parentc32fed9238090f3a1ae55fe0bc5c609493bcfa39 (diff)
downloadgtk+-69e4c9b01e0db22db96aed7d700ac98c698e3390.tar.gz
tests: Ignore deprecations
Eventually, most of these tests should be dropped.
Diffstat (limited to 'tests/testtreednd.c')
-rw-r--r--tests/testtreednd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testtreednd.c b/tests/testtreednd.c
index d219173f40..5debefaf87 100644
--- a/tests/testtreednd.c
+++ b/tests/testtreednd.c
@@ -1,5 +1,7 @@
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
typedef GtkListStore MyModel;
typedef GtkListStoreClass MyModelClass;