From 43ece862f326673639f68dc1fabd860a22f91526 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Oct 2014 11:44:54 -0400 Subject: [PATCH] Disable deprecation warnings for tests This is a change in newer GLib which breaks make check if we don't disable it. --- gtk/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/tests/Makefile.am b/gtk/tests/Makefile.am index 615b28ec2f..3f97df762b 100644 --- a/gtk/tests/Makefile.am +++ b/gtk/tests/Makefile.am @@ -20,6 +20,7 @@ progs_ldadd = \ noinst_PROGRAMS = $(TEST_PROGS) +TESTS_ENVIRONMENT = G_ENABLE_DIAGNOSTIC=0 TEST_PROGS += testing testing_SOURCES = testing.c