From b7faf4f125c8f152e8dc6706127132ceb62b8909 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 4 May 2021 15:12:35 +0200 Subject: src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting up CI builds for dirty code. --- 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 20fd503..916b745 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ libayatana_application_la_CFLAGS = $(INDICATOR_CFLAGS) \ -Wl,-Bsymbolic-functions \ -Wl,-z,defs \ -Wl,--as-needed \ - -Werror -Wno-error=deprecated-declarations \ + -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"Ayatana-Indicator-Application\" libayatana_application_la_LIBADD = $(INDICATOR_LIBS) libayatana_application_la_LDFLAGS = $(COVERAGE_LDFLAGS) \ @@ -55,7 +55,7 @@ ayatana_indicator_application_service_CFLAGS = \ $(APPINDICATOR_CFLAGS) \ $(COVERAGE_CFLAGS) \ -DDATADIR="\"$(pkgdatadir)\"" \ - -Wall -Werror -Wno-error=deprecated-declarations \ + -Wall -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"ayatana-indicator-application-service\" ayatana_indicator_application_service_LDADD = \ -- cgit v1.2.3