[xchat-gnome] build: Disable glib and gtk deprecation warnings



commit bd3e19d239e29e8734ad8884f72c04e4f90d73c5
Author: Christian Persch <chpe gnome org>
Date:   Wed Sep 25 12:58:16 2013 +0200

    build: Disable glib and gtk deprecation warnings
    
    Just too much work to do.

 src/fe-gnome/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/fe-gnome/Makefile.am b/src/fe-gnome/Makefile.am
index 35cda54..bcf3e4e 100644
--- a/src/fe-gnome/Makefile.am
+++ b/src/fe-gnome/Makefile.am
@@ -95,6 +95,8 @@ xchat_gnome_CPPFLAGS = \
        -DPREFIX="\"$(prefix)\""                \
        -DXCHATLIBDIR="\"$(pkglibdir)\""        \
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""\
+       -DG_DISABLE_DEPRECATION_WARNINGS        \
+       -DGDK_DISABLE_DEPRECATION_WARNINGS      \
        -I$(srcdir)/../common                   \
        $(AM_CPPFLAGS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]