summaryrefslogtreecommitdiff
path: root/tests/testlist.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/testlist.c
parentc32fed9238090f3a1ae55fe0bc5c609493bcfa39 (diff)
downloadgtk+-69e4c9b01e0db22db96aed7d700ac98c698e3390.tar.gz
tests: Ignore deprecations
Eventually, most of these tests should be dropped.
Diffstat (limited to 'tests/testlist.c')
-rw-r--r--tests/testlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testlist.c b/tests/testlist.c
index 44cdbc9c9c..435e2250f2 100644
--- a/tests/testlist.c
+++ b/tests/testlist.c
@@ -2,6 +2,8 @@
#include <string.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
typedef struct _Row Row;
typedef struct _RowClass RowClass;