From 32f5f11379c7f15641c409c9fac67a7529657585 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 25 May 2021 11:59:19 +0200 Subject: {src,tests}/Makefile.am: Drop -Werror flag for now. Needs to be re-added later. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index c4c56fa..a1bbcf0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,7 @@ libayatana_appindicator_la_LDFLAGS = \ libayatana_appindicator_la_CFLAGS = \ $(LIBRARY_CFLAGS) \ $(COVERAGE_CFLAGS) \ - -Wall -Werror -Wno-error=deprecated-declarations \ + -Wall -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"libayatana-appindicator\" libayatana_appindicator_la_LIBADD = \ -- cgit v1.2.3