From 1890bd6117ecb6059d694b383db4d0dbcfdf0986 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 12 Oct 2024 18:09:30 +0200 Subject: tests/Makefile.common: Remove Wno-packed-not-aligned flag Change-Id: Id0f0d309aa7d208298e8aaf77d6c5042570547e0 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/84755 Tested-by: build bot (Jenkins) Reviewed-by: Jakub Czapiga --- tests/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile.common') diff --git a/tests/Makefile.common b/tests/Makefile.common index e856fe07c1..dd7cca29f4 100644 --- a/tests/Makefile.common +++ b/tests/Makefile.common @@ -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 -- cgit v1.2.3