[MERGED] osmo-iuh[master]: configure.ac: Enable -Wall flag

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
Sat Jan 27 13:43:40 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: configure.ac: Enable -Wall flag
......................................................................


configure.ac: Enable -Wall flag

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

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/configure.ac b/configure.ac
index 2b8974f..dd1d75e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,9 @@
 	CPPFLAGS="$CPPFLAGS -fsanitize=address -fsanitize=undefined"
 fi
 
+CFLAGS="$CFLAGS -Wall"
+CPPFLAGS="$CPPFLAGS -Wall"
+
 AC_OUTPUT(
 	libosmo-ranap.pc
 	src/Makefile

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib05f7862081708d578d8f0302d926aab42897dc2
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list