From f906e47f258b1130801bf9ccea62cda53b7fab26 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 4 May 2021 15:42:35 +0200 Subject: src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting up CI builds for dirty code. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 7e23adc..c6a3db6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -101,7 +101,7 @@ libindicator_messages_service_la_CFLAGS = \ -Wl,-Bsymbolic-functions \ -Wl,-z,defs \ -Wl,--as-needed \ - -Werror -Wno-error=deprecated-declarations \ + -Wno-error=deprecated-declarations \ -DG_LOG_DOMAIN=\"Ayatana-Indicator-Messages\" libindicator_messages_service_la_LIBADD = \ -- cgit v1.2.3