fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-pfcp/+/30011 )
Change subject: Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition ......................................................................
Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition
... if --enable-werror is used
Change-Id: I0af059e89a9c63af3c73585fad94304556e2c37e --- M configure.ac 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-pfcp refs/changes/11/30011/1
diff --git a/configure.ac b/configure.ac index 1b8436e..ba7ff86 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,7 @@ if test x"$werror" = x"yes" then WERROR_FLAGS="-Werror" + WERROR_FLAGS+=" -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition" WERROR_FLAGS+=" -Wno-error=deprecated -Wno-error=deprecated-declarations" WERROR_FLAGS+=" -Wno-error=cpp" # "#warning" CFLAGS="$CFLAGS $WERROR_FLAGS"