Review at https://gerrit.osmocom.org/2954
configure.ac: Enable -Werror by default
Change-Id: I1752cad1e34cb6e5f36edf3f538d803eff29d18c
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/54/2954/1
diff --git a/configure.ac b/configure.ac
index 340a896..531544a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,8 +235,8 @@
CPPFLAGS+=" -fsanitize=address -fsanitize=undefined"
fi
-CFLAGS+=" -DBUILDING_LIBOSMOCORE"
-CPPFLAGS+=" -DBUILDING_LIBOSMOCORE"
+CFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror"
+CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror"
AC_ARG_ENABLE(simd,
[AS_HELP_STRING(
--
To view, visit https://gerrit.osmocom.org/2954
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1752cad1e34cb6e5f36edf3f538d803eff29d18c
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>