aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-22 18:45:51 +0000
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-06-22 21:35:12 +0000
commitfa3215618b88264a03477511313311de4e838d99 (patch)
tree9e4a435f5642edfce06daf298787dee0acb0f6ac /configure.ac
parent483bf42f4501004a5fab90c513121b05139ee494 (diff)
Revert "configure.ac: Use -Werror in C(PP)FLAGS"
As discussed in chat, -Werror should not be enabled by default. Instead it should be added in our jenkins build scripts. This reverts commit fc252ca38427bf77e55fd272a954dfe24f03a719. Change-Id: I92955c2f74f9a5c40e80028459100cf5e79a537b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3c498c8..36cbb59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,8 +53,8 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([char foo;])],
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
-CFLAGS+=" -Wall -Werror"
-CPPFLAGS+=" -Wall -Werror"
+CFLAGS+=" -Wall"
+CPPFLAGS+=" -Wall"
AC_OUTPUT(
libosmo-sigtran.pc