[poppler] Branch 'poppler-0.24' - glib/demo

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Tue Jul 30 00:38:44 PDT 2013


 glib/demo/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2724a7b9f723789491b4991ce7fe0cfa3e5488c3
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Tue Jul 30 09:36:44 2013 +0200

    glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flag
    
    Deprecations are now compile warnings, there's no reason to make them
    fatal.

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@


More information about the poppler mailing list