[poppler] glib/demo

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


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

New commits:
commit ef9d861486d54fb3dcf7b8bca01bd44c3b3361a9
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