Pau Espin Pedrol has submitted this change and it was merged.

Change subject: configure.ac: Enable -Wall by default
......................................................................


configure.ac: Enable -Wall by default

Change-Id: I70f917e05ad46049487710d1752aad2505c96696
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/configure.ac b/configure.ac
index 1e258a4..64de4bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -235,8 +235,8 @@
        CPPFLAGS+=" -fsanitize=address -fsanitize=undefined"
 fi
 
-CFLAGS+=" -DBUILDING_LIBOSMOCORE"
-CPPFLAGS+=" -DBUILDING_LIBOSMOCORE"
+CFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall"
+CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall"
 
 AC_ARG_ENABLE(simd,
        [AS_HELP_STRING(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I70f917e05ad46049487710d1752aad2505c96696
Gerrit-PatchSet: 7
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msur...@sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to