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. --- src/Makefile.am | 2 +- tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 408d934..bc6205f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ ayatana_indicator_messages_service_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\" ayatana_indicator_messages_service_LDADD = \ 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