Review at https://gerrit.osmocom.org/2958
configure.ac: Enable -Wall by default
Change-Id: I70f917e05ad46049487710d1752aad2505c96696
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/58/2958/1
diff --git a/configure.ac b/configure.ac
index 531544a..59872f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,7 @@
fi
CFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror"
-CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror"
+CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror -Wall"
AC_ARG_ENABLE(simd,
[AS_HELP_STRING(
--
To view, visit https://gerrit.osmocom.org/2958
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I70f917e05ad46049487710d1752aad2505c96696
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>