[MERGED] libosmo-sccp[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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Jun 22 06:23:07 UTC 2017


Harald Welte has submitted this change and it was merged.

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


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

Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
---
M configure.ac
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list