Makefile.mk: Remove Wno-trigraphs
commit Ia219ccc added -Wno-trigraphs to let unit-tests builds. Change-Id: Ibfe47194daafc02f89c83f045fb73c99a7c86d5d Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83453 Reviewed-by: coreboot org <coreboot.org@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2cd06b79b1
commit
cb807fd78a
1 changed files with 0 additions and 1 deletions
|
|
@ -515,7 +515,6 @@ CFLAGS_common += -Wstrict-prototypes
|
|||
CFLAGS_common += -Wmissing-prototypes
|
||||
CFLAGS_common += -Wwrite-strings
|
||||
CFLAGS_common += -Wredundant-decls
|
||||
CFLAGS_common += -Wno-trigraphs
|
||||
CFLAGS_common += -Wimplicit-fallthrough
|
||||
CFLAGS_common += -Wshadow
|
||||
CFLAGS_common += -Wdate-time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue