summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-29 11:25:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-29 11:54:07 -0500
commit3302c2a12c30237a3cb23c16ad3ca9b877a80922 (patch)
treed595f4bf8157f0dcde741d29f92120382a5b1acf /tests
parent813cc348571603e6325ef9fdd4f7698093faa9d5 (diff)
downloadgtk+-3302c2a12c30237a3cb23c16ad3ca9b877a80922.tar.gz
testgeometry: Ignore deprecations
All the functionality that is tested here has been deprecated recently.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgeometry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testgeometry.c b/tests/testgeometry.c
index 0e0fff1173..0a0af12d05 100644
--- a/tests/testgeometry.c
+++ b/tests/testgeometry.c
@@ -21,6 +21,8 @@
#define GRID_SIZE 20
#define BORDER 6
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static int window_count = 0;
const char *geometry_string;