[gtk+] testgeometry: Ignore deprecations



commit 3302c2a12c30237a3cb23c16ad3ca9b877a80922
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 29 11:25:14 2016 -0500

    testgeometry: Ignore deprecations
    
    All the functionality that is tested here has been deprecated
    recently.

 tests/testgeometry.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testgeometry.c b/tests/testgeometry.c
index 0e0fff1..0a0af12 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]