Harald Welte has submitted this change and it was merged. Change subject: configure.ac: Use -Werror in C(PP)FLAGS ......................................................................
configure.ac: Use -Werror in C(PP)FLAGS Change-Id: Ic674bf28d781b9806dc023777e1fea4ee1a0257a --- M configure.ac 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Harald Welte: Looks good to me, approved Jenkins Builder: Verified diff --git a/configure.ac b/configure.ac index 535d1c3..b76545e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ AC_CONFIG_MACRO_DIR([m4]) -CFLAGS+=" -Wall" -CPPFLAGS+=" -Wall" +CFLAGS+=" -Wall -Werror" +CPPFLAGS+=" -Wall -Werror" # The following test is taken from WebKit's webkit.m4 saved_CFLAGS="$CFLAGS" -- To view, visit https://gerrit.osmocom.org/2992 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic674bf28d781b9806dc023777e1fea4ee1a0257a Gerrit-PatchSet: 3 Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Owner: Pau Espin Pedrol <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Jenkins Builder
