HAOUAS Elyes has uploaded this change for review.

View Change

Test CFLAGS_common

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

Change-Id: Ic3dde296ab4b84add8a8ab6a3bb5ecb65da2c158
Signed-off-by: Elyes HAOUAS <ehaouas@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 change 29926. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic3dde296ab4b84add8a8ab6a3bb5ecb65da2c158
Gerrit-Change-Number: 29926
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange