mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22442 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
14 lines
508 B
Diff
14 lines
508 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 5f995a8..957c461 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -321,7 +321,7 @@ if test "x$enable_hardening" != "xno"; then
|
|
AC_SUBST([HARDENING_LDFLAGS])
|
|
fi
|
|
|
|
-AM_CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Werror -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes"
|
|
+AM_CFLAGS="$CFLAGS $COVERAGE_CFLAGS -Wall -Wreturn-type -Wsign-compare -Wno-self-assign -Wmissing-prototypes"
|
|
AM_CFLAGS="$AM_CFLAGS"
|
|
AM_LDFLAGS="$LDFLAGS $COVERAGE_LDFLAGS"
|
|
|