tests/Makefile.common: Remove Wno-packed-not-aligned flag
Change-Id: Id0f0d309aa7d208298e8aaf77d6c5042570547e0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84755 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub Czapiga <czapiga@google.com>
This commit is contained in:
parent
41663cf9cb
commit
1890bd6117
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ TEST_INCLUDES += -I$(dir $(TEST_KCONFIG_AUTOHEADER))
|
|||
# unintentional.
|
||||
TEST_CFLAGS += -Wall -Werror -Wundef -Wstrict-prototypes -Wno-inline-asm
|
||||
TEST_CFLAGS += -Wno-unknown-warning-option -Wno-source-mgr -Wno-main-return-type
|
||||
TEST_CFLAGS += -Wno-array-compare -Wno-packed-not-aligned -Wno-trigraphs
|
||||
TEST_CFLAGS += -Wno-array-compare -Wno-trigraphs
|
||||
TEST_CFLAGS += -Wno-unused-but-set-variables
|
||||
|
||||
TEST_CFLAGS += -std=gnu11 -ffunction-sections -fdata-sections -fno-builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue