[gtk+] tests: Disable fontselection deprecation warnings



commit 86af3ea4e9bac971f4c4314f595d0a102dac677e
Author: Benjamin Otte <otte redhat com>
Date:   Fri Oct 28 13:17:52 2011 -0700

    tests: Disable fontselection deprecation warnings
    
    This test tests deprecated code...

 tests/testfontselection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/testfontselection.c b/tests/testfontselection.c
index 0b08473..a08e234 100644
--- a/tests/testfontselection.c
+++ b/tests/testfontselection.c
@@ -20,6 +20,7 @@
 #include "config.h"
 
 #undef GTK_DISABLE_DEPRECATED
+#define GDK_DISABLE_DEPRECATION_WARNINGS
 
 #include <gtk/gtk.h>
 



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