HAOUAS Elyes has uploaded this change for review.

View Change

[test] -Wconversion option

Change-Id: Id1b60359d940f76550e93ecf984c8566f2ddfac4
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/40/37340/1
diff --git a/Makefile.inc b/Makefile.inc
index dc5272e..f2a94a3 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -410,7 +410,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 += -Wstrict-aliasing -Wshadow -Wdate-time -Wtype-limits -Wvla -Wconversion
CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer
CFLAGS_common += -ffunction-sections -fdata-sections -fno-pie
ifeq ($(CONFIG_COMPILER_GCC),y)

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

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