Kaydet (Commit) 6c89ab0f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Removed unhelpful --enable-werror warning.

üst 7b40d96b
......@@ -2264,9 +2264,6 @@ AC_MSG_CHECKING([whether to turn warnings to errors])
if test -n "$enable_werror" && test "$enable_werror" != "no"; then
ENABLE_WERROR="TRUE"
AC_MSG_RESULT([yes])
AC_MSG_WARN([Turning warnings to errors has no effect in modules or])
AC_MSG_WARN([on platforms where it has been disabled explicitly])
echo "Turning warnings to errors has no effect in modules or on platforms where it has been disabled explicitly" >> warn
else
ENABLE_WERROR="FALSE"
AC_MSG_RESULT([no])
......
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