Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82735?usp=email )
Change subject: Makefile.mk: Use Wbad-function-cast command option ......................................................................
Makefile.mk: Use Wbad-function-cast command option
Change-Id: I7981230009ac93aa42911eab923dbcffeac25232 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/82735/1
diff --git a/Makefile.mk b/Makefile.mk index 947fb8a..04e58ab 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -496,7 +496,7 @@ CFLAGS_common += -nostdlib -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes CFLAGS_common += -Wwrite-strings -Wredundant-decls -Wno-trigraphs -Wimplicit-fallthrough CFLAGS_common += -Wshadow -Wdate-time -Wtype-limits -Wvla -Wold-style-definition -CFLAGS_common += -Wdangling-else -Wmissing-include-dirs +CFLAGS_common += -Wdangling-else -Wmissing-include-dirs -Wbad-function-cast CFLAGS_common += -fno-common -ffreestanding -fno-builtin -fomit-frame-pointer CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie CFLAGS_common += -Wstring-compare