From ef9d861486d54fb3dcf7b8bca01bd44c3b3361a9 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 30 Jul 2013 09:36:44 +0200 Subject: [PATCH] glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flag Deprecations are now compile warnings, there's no reason to make them fatal. --- glib/demo/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/glib/demo/Makefile.am b/glib/demo/Makefile.am index 28fc22d..8120bc9 100644 --- a/glib/demo/Makefile.am +++ b/glib/demo/Makefile.am @@ -3,7 +3,6 @@ INCLUDES = \ -I$(top_builddir)/glib \ $(GTK_TEST_CFLAGS) \ $(POPPLER_GLIB_DISABLE_DEPRECATED) \ - -DGTK_DISABLE_DEPRECATED \ $(POPPLER_GLIB_DISABLE_SINGLE_INCLUDES) AM_LDFLAGS = @auto_import_flags@ -- 1.8.3.1