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
Review at https://gerrit.osmocom.org/2998
configure.ac: Use -Wall in C(PP)FLAGS
Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
---
M configure.ac
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/98/2998/1
diff --git a/configure.ac b/configure.ac
index 3a05d54..36cbb59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,6 +53,9 @@
CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
+CFLAGS+=" -Wall"
+CPPFLAGS+=" -Wall"
+
AC_OUTPUT(
libosmo-sigtran.pc
libosmo-sccp.pc
@@ -73,4 +76,3 @@
examples/Makefile
stp/Makefile
Makefile)
-
--
To view, visit https://gerrit.osmocom.org/2998
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>