diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-29 11:25:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-29 11:54:07 -0500 |
commit | 3302c2a12c30237a3cb23c16ad3ca9b877a80922 (patch) | |
tree | d595f4bf8157f0dcde741d29f92120382a5b1acf /tests | |
parent | 813cc348571603e6325ef9fdd4f7698093faa9d5 (diff) | |
download | gtk+-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.c | 2 |
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; |