Hello Jenkins Builder, I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/2954 to look at the new patch set (#4). 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/4 diff --git a/configure.ac b/configure.ac index 29b7b52..c892f5e 100644 --- a/configure.ac +++ b/configure.ac @@ -235,8 +235,8 @@ CPPFLAGS+=" -fsanitize=address -fsanitize=undefined" fi -CFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall" -CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall" +CFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall -Werror" +CPPFLAGS+=" -DBUILDING_LIBOSMOCORE -Wall -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: newpatchset Gerrit-Change-Id: I1752cad1e34cb6e5f36edf3f538d803eff29d18c Gerrit-PatchSet: 4 Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de> Gerrit-Reviewer: Jenkins Builder