[PATCH] libosmo-netif[master]: configure.ac: Use -Wall in C(PP)FLAGS

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu Jul 6 08:35:19 UTC 2017


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 <pespin at sysmocom.de>



More information about the gerrit-log mailing list