[PATCH] libosmocore[master]: configure.ac: Enable -Werror by default

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
Sun Jun 18 09:04:15 UTC 2017


Review at  https://gerrit.osmocom.org/2954

configure.ac: Enable -Werror by default

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


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/54/2954/1

diff --git a/configure.ac b/configure.ac
index 340a896..531544a 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 -Werror"
+CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Werror"
 
 AC_ARG_ENABLE(simd,
 	[AS_HELP_STRING(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1752cad1e34cb6e5f36edf3f538d803eff29d18c
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list