You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libtpms/files/libtpms-0.8.7-Remove-WError...

14 lines
501 B

diff --git a/configure.ac b/configure.ac
index 180bcc0..2efb801 100644
--- a/configure.ac
+++ b/configure.ac
@@ -311,7 +311,7 @@ if test "x$enable_hardening" != "xno"; then
AC_SUBST([HARDENING_LDFLAGS])
fi
-CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare -Wno-self-assign"
+CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Wreturn-type -Wsign-compare -Wno-self-assign"
CFLAGS="$CFLAGS -Wmissing-prototypes -Wno-deprecated-declarations"
LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"