diff options
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; |