[coreboot-gerrit] Change in ...coreboot[master]: [WIP, DONOTMERGE] Remove -Wno-unused-but-set-variable

Angel Pons (Code Review) gerrit at coreboot.org
Thu Nov 29 10:18:35 CET 2018


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 at 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
 

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/29920
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I893e00079b85c82dc9f43fefb00fc00b4d078928
Gerrit-Change-Number: 29920
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181129/086a9cec/attachment.html>


More information about the coreboot-gerrit mailing list