diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 15:45:59 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-05-04 15:45:59 +0200 |
commit | 246f41fc57169d444d0f069901726564e1abe808 (patch) | |
tree | af8ac8103f47afd5bc68cea99459d69aae24bbf3 /tools | |
parent | 1760be472be95a4669cf454baab0c222f4c6e12f (diff) | |
download | libayatana-indicator-246f41fc57169d444d0f069901726564e1abe808.tar.gz libayatana-indicator-246f41fc57169d444d0f069901726564e1abe808.tar.bz2 libayatana-indicator-246f41fc57169d444d0f069901726564e1abe808.zip |
*/Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting up CI builds for dirty code.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 6f85429..e871921 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,7 +15,7 @@ ayatana_indicator_loader_SOURCES = \ indicator-loader.c ayatana_indicator_loader_CFLAGS = \ - -Wall -Werror \ + -Wall \ $(LIBINDICATOR_CFLAGS) \ $(LIBINDICATOR_IDO_CFLAGS) -I$(top_srcdir) \ -DBUILD_DIR="\"$(builddir)\"" |