From c4eb40fb7cfe5f7306bf053f8315c149538d6938 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 16 Jan 2014 20:31:25 +0100 Subject: don't error out on deprecated declarations --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 7deb087..a68c007 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ libapplication_la_CFLAGS = $(INDICATOR_CFLAGS) \ -Wl,-Bsymbolic-functions \ -Wl,-z,defs \ -Wl,--as-needed \ - -Werror \ + -Werror -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"Indicator-Application\" libapplication_la_LIBADD = $(INDICATOR_LIBS) libapplication_la_LDFLAGS = $(COVERAGE_LDFLAGS) \ @@ -55,7 +55,7 @@ indicator_application_service_CFLAGS = \ $(APPINDICATOR_CFLAGS) \ $(COVERAGE_CFLAGS) \ -DDATADIR="\"$(pkgdatadir)\"" \ - -Wall -Werror \ + -Wall -Werror -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"indicator-application-service\" indicator_application_service_LDADD = \ -- cgit v1.2.3