autotools: remove -Werror

We need it only in development versions. Let releases build with
warnings.
This commit is contained in:
Dmitry Podgorny
2018-02-23 14:15:55 +02:00
parent 1bcf77608d
commit 06da6d5125

View File

@@ -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