summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-03-09 18:16:48 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-11 14:36:24 +0000
commit04e0712f46d15e22d640badc7cb96582c3a3fc27 (patch)
tree3fbc9b29794b554b3aede55825ef29c625d08ec2 /Makefile.inc
parent66815114cf518fa57e8003ed7bf4ff6dceebe90e (diff)
downloadcoreboot-04e0712f46d15e22d640badc7cb96582c3a3fc27.tar.xz
Treewide: Add some gcc's warning options
Change-Id: I789c8906542c59477b0037d39e7aa4fb2dcf22c0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39406 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index f172005c7f..43b29c73cc 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -421,6 +421,7 @@ CFLAGS_common += -pipe -g -nostdinc -std=gnu11
CFLAGS_common += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes
CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough
CFLAGS_common += -Wstrict-aliasing -Wshadow -Wdate-time -Wtype-limits -Wvla
+CFLAGS_common += -Wlogical-op -Wduplicated-cond -Wdangling-else
CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
CFLAGS_common += -ffunction-sections -fdata-sections -fno-pie
ifeq ($(CONFIG_COMPILER_GCC),y)