mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
Closes: https://bugs.gentoo.org/709990 Closes: https://bugs.gentoo.org/725714 Closes: https://bugs.gentoo.org/743439 Closes: https://bugs.gentoo.org/783198 Closes: https://bugs.gentoo.org/815370 Closes: https://github.com/gentoo/gentoo/pull/15053 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: John Helmert III <ajak@gentoo.org>
13 lines
522 B
Diff
13 lines
522 B
Diff
diff -r 5a30b6b09e77 Config.mk
|
|
--- a/Config.mk Fri Dec 10 15:35:42 2021 +0100
|
|
+++ b/Config.mk Sun Dec 12 14:53:57 2021 -0600
|
|
@@ -39,7 +39,7 @@
|
|
/dev/null 2>&1`"; then echo "$(2)"; else echo "$(3)"; fi ;)
|
|
|
|
|
|
-CFLAGS_WARN = -Wall -Wformat-security -Werror -Wstrict-prototypes \
|
|
+CFLAGS_WARN = -Wall -Wformat-security -Wstrict-prototypes \
|
|
-Wextra -Winit-self -Wswitch-default -Wunused-parameter \
|
|
-Wwrite-strings \
|
|
$(call cc-option,$(CC),-Wlogical-op,) \
|