From 9e2cc8f1a7684f388758ddc34fd352b480b24039 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 7 Jul 2020 12:51:02 +0200 Subject: src/Makefile.am: Don't choke with FTBFS on every future deprecation warning. Drop -Werror from CPPFLAGS. --- 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 943c3c9..864ab90 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,7 @@ AM_CPPFLAGS = \ $(GCC_FLAGS) \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) \ - -Wall -Werror -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations + -Wall -Wextra -Wno-unused-parameter -Wno-error=deprecated-declarations AM_CFLAGS = \ $(COVERAGE_CFLAGS) -- cgit v1.2.3