[coreboot-gerrit] Change in ...coreboot[master]: Test CFLAGS_common

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Thu Nov 29 13:06:20 CET 2018


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29926


Change subject: Test CFLAGS_common
......................................................................

Test CFLAGS_common

Test CFLAGS_common += -Wno-unused-function \
-Wno-tautological-compare -Wno-shift-overflow

Change-Id: Ic3dde296ab4b84add8a8ab6a3bb5ecb65da2c158
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M Makefile.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/29926/1

diff --git a/Makefile.inc b/Makefile.inc
index aaae7bc..489952d 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-function -Wno-tautological-compare -Wno-shift-overflow
 endif
 endif
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic3dde296ab4b84add8a8ab6a3bb5ecb65da2c158
Gerrit-Change-Number: 29926
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181129/bc9d5630/attachment.html>


More information about the coreboot-gerrit mailing list