From 86af3ea4e9bac971f4c4314f595d0a102dac677e Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 28 Oct 2011 13:17:52 -0700 Subject: [PATCH] tests: Disable fontselection deprecation warnings This test tests deprecated code... --- tests/testfontselection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testfontselection.c b/tests/testfontselection.c index 0b084737d..a08e23441 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 -- 2.43.2