From 06da6d5125d9eb44c149dee095580d56571f4cc7 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Fri, 23 Feb 2018 14:15:55 +0200 Subject: [PATCH] autotools: remove -Werror We need it only in development versions. Let releases build with warnings. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ac9b19b..a6201a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ SSL_LIBS = @openssl_LIBS@ RESOLV_LIBS = @RESOLV_LIBS@ -STROPHE_FLAGS = -I$(top_srcdir) -Wall -Wextra -Werror -Wno-unused-parameter +STROPHE_FLAGS = -I$(top_srcdir) -Wall -Wextra -Wno-unused-parameter STROPHE_LIBS = libstrophe.la ## Main build targets