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

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

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


  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/39/3139/1

diff --git a/configure.ac b/configure.ac
index 8cd2238..6aac872 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,9 @@
 
 AC_CONFIG_MACRO_DIR([m4])
 
+CFLAGS="$CFLAGS -Wall"
+CPPFLAGS="$CPPFLAGS -Wall"
+
 dnl checks for header files
 AC_HEADER_STDC
 AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h syslog.h ctype.h)

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

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

Reply via email to