Attention is currently required from: Elyes Haouas, Martin L Roth.
Hello Martin L Roth, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83347?usp=email
to look at the new patch set (#5).
Change subject: xcompile: Add -Wextra with temporary exceptions ......................................................................
xcompile: Add -Wextra with temporary exceptions
In order to detect more issues in our code, make GCC more picky by enabling -Wextra. Disable a couple of warnings turned on by -Wextra temporarily in order to keep everything compiling and working for now. The warnings may be enabled step by step later.
Since xcompiles applies to coreboot and libpayload, add Wextra here instead of the top-level Makefile.mk.
Change-Id: I60915cb66581dc2c9b6807335fd0e214b45e76d6 Signed-off-by: Felix Singer felixsinger@posteo.net --- M util/xcompile/xcompile 1 file changed, 33 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/83347/5