Review at  https://gerrit.osmocom.org/2991

configure.ac: Use -Wall in C(PP)FLAGS

Change-Id: I5033387e4a4206f7d34d1db3c6ede9255d199941
---
M configure.ac
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/91/2991/1

diff --git a/configure.ac b/configure.ac
index 9b2f189..ec0bf1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,9 @@
 
 AC_CONFIG_MACRO_DIR([m4])
 
+CFLAGS+=" -Wall"
+CPPFLAGS+=" -Wall"
+
 # The following test is taken from WebKit's webkit.m4
 saved_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS -fvisibility=hidden "

-- 
To view, visit https://gerrit.osmocom.org/2991
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5033387e4a4206f7d34d1db3c6ede9255d199941
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <[email protected]>

Reply via email to