Selma Bensaid would like Selma Bensaid to review this change.

View Change

[Debug] Disable Wimplicit-fallthrough

Signed-off-by: Selma BENSAID <selma.bensaid@intel.corp-partner.google.com>
Change-Id: Ib50af965b30509ba96b01c937474a9a064836e1f
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/vboot refs/changes/10/38910/1
diff --git a/Makefile b/Makefile
index 0539e8d..62c0307 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@
-Wundef -Wmissing-prototypes -Wno-trigraphs -Wredundant-decls -Wshadow \
-Wwrite-strings -Wstrict-aliasing -Wdate-time -Wno-unknown-warning \
-Wno-address-of-packed-member -ffunction-sections -fdata-sections \
- -Wimplicit-fallthrough ${DEBUG_FLAGS}
+ ${DEBUG_FLAGS}

# Note: FIRMWARE_ARCH is defined by the Chromium OS ebuild.
ifeq (${FIRMWARE_ARCH},arm)

To view, visit change 38910. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: vboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib50af965b30509ba96b01c937474a9a064836e1f
Gerrit-Change-Number: 38910
Gerrit-PatchSet: 1
Gerrit-Owner: Selma Bensaid <selma.bensaid@intel.com>
Gerrit-Reviewer: Selma Bensaid <selma.bensaid@intel.corp-partner.google.com>
Gerrit-MessageType: newchange