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