configure.ac: Remove redundant XIPH_ADD_CFLAGS([-Wextra])

This commit is contained in:
Erik de Castro Lopo
2016-01-25 10:12:33 +11:00
parent f56cdf9f5a
commit 09ca8abc67

View File

@@ -423,8 +423,6 @@ case "$host_os" in
fi fi
esac esac
XIPH_ADD_CFLAGS([-Wextra])
if test x$enable_werror = "xyes" ; then if test x$enable_werror = "xyes" ; then
XIPH_ADD_CFLAGS([-Werror]) XIPH_ADD_CFLAGS([-Werror])
AC_LANG_PUSH([C++]) AC_LANG_PUSH([C++])