0b2a632005
We used to disable individual warnings that are expected when building our GCC version with a newer one. Not all warnings can be disabled indvidually, though, and it's much easier to simply allow warnings. As a plus, we get the warnings in the log (in case anybody would ever look into it). Partially fixes building with host GCC 12.1. Change-Id: I8fafec4fc49db73b6dba311c775eea2cc92a9b48 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/64999 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
11 lines
351 B
Diff
11 lines
351 B
Diff
--- gcc-6.1.0/gcc/ada/gcc-interface/Make-lang.in.bak 2015-08-24 16:23:25.004493665 +0200
|
||
+++ gcc-6.1.0/gcc/ada/gcc-interface/Make-lang.in 2015-08-24 17:53:52.496636113 +0200
|
||
@@ -45,7 +45,7 @@
|
||
|
||
|
||
# Extra flags to pass to recursive makes.
|
||
-COMMON_ADAFLAGS= -gnatpg
|
||
+COMMON_ADAFLAGS= -gnatpg -gnatwn
|
||
ifeq ($(TREECHECKING),)
|
||
CHECKING_ADAFLAGS=
|
||
else
|