summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2019-07-12 18:43:07 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-07-19 09:58:05 +0000
commit6e66b4e820ca90ceb1f5dc3b2cc8fa18f9293aac (patch)
tree9cb7aa3aab09f07d0e0d5e8ed9424596a58299c4
parent4c33a3aaa38c94b103c51aa6a5553a4b1355c435 (diff)
downloadcoreboot-6e66b4e820ca90ceb1f5dc3b2cc8fa18f9293aac.tar.gz
coreboot-6e66b4e820ca90ceb1f5dc3b2cc8fa18f9293aac.tar.bz2
coreboot-6e66b4e820ca90ceb1f5dc3b2cc8fa18f9293aac.zip
Makefile.inc: Enable -Wimplicit-fallthrough
Change-Id: Ic81ed9eb2ed5255a221082326b81c375456a6499 Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34300 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 28f136313144..2cad2304d5f1 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -401,7 +401,7 @@ endif
CFLAGS_common += -pipe -g -nostdinc -std=gnu11
CFLAGS_common += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs
+CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough
CFLAGS_common += -Wstrict-aliasing -Wshadow -Wdate-time -Wtype-limits
CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
CFLAGS_common += -ffunction-sections -fdata-sections -fno-pie