Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29920
Change subject: [WIP, DONOTMERGE] Remove -Wno-unused-but-set-variable ......................................................................
[WIP, DONOTMERGE] Remove -Wno-unused-but-set-variable
It should work properly now.
Right now, this would break pretty much everything.
Change-Id: I893e00079b85c82dc9f43fefb00fc00b4d078928 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/29920/1
diff --git a/Makefile.inc b/Makefile.inc index aaae7bc..2ef0851 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -395,7 +395,7 @@ CFLAGS_common += -Wno-packed-not-aligned CFLAGS_common += -fconserve-stack # cf. commit f69a99db (coreboot: x86: enable gc-sections) -CFLAGS_common += -Wno-unused-but-set-variable +# CFLAGS_common += -Wno-unused-but-set-variable endif endif