summaryrefslogtreecommitdiff
path: root/tests/testtooltips.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/testtooltips.c
parentc32fed9238090f3a1ae55fe0bc5c609493bcfa39 (diff)
downloadgtk+-69e4c9b01e0db22db96aed7d700ac98c698e3390.tar.gz
tests: Ignore deprecations
Eventually, most of these tests should be dropped.
Diffstat (limited to 'tests/testtooltips.c')
-rw-r--r--tests/testtooltips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testtooltips.c b/tests/testtooltips.c
index 80f60b67cc..c312ce69b1 100644
--- a/tests/testtooltips.c
+++ b/tests/testtooltips.c
@@ -23,6 +23,8 @@
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
typedef struct _MyTooltip MyTooltip;
typedef struct _MyTooltipClass MyTooltipClass;