Kaydet (Commit) bb79f1ef authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

enable-werror for LODE build

Change-Id: I4bcdeca96e59e2bc3a2a96f546d060504f020bc7
Reviewed-on: https://gerrit.libreoffice.org/13917Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNorbert Thiebaud <nthiebaud@gmail.com>
üst d04e06f6
...@@ -4538,7 +4538,12 @@ if test -n "$enable_werror" -a "$enable_werror" != "no"; then ...@@ -4538,7 +4538,12 @@ if test -n "$enable_werror" -a "$enable_werror" != "no"; then
ENABLE_WERROR="TRUE" ENABLE_WERROR="TRUE"
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else else
AC_MSG_RESULT([no]) if test -n "$LODE_HOME"; then
ENABLE_WERROR="TRUE"
AC_MSG_RESULT([yes])
else
AC_MSG_RESULT([no])
fi
fi fi
AC_SUBST(ENABLE_WERROR) AC_SUBST(ENABLE_WERROR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment