Attention is currently required from: Felix Singer, Jan Samek, Martin L Roth, Maximilian Brune.
Hello Felix Singer, build bot (Jenkins), Martin L Roth, Maximilian Brune, Jan Samek,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/82758?usp=email
to review the following change.
Change subject: Revert "Makefile: Warn if flexible array members are not at the end" ......................................................................
Revert "Makefile: Warn if flexible array members are not at the end"
This reverts commit f4acef92333913c0b7e4cd7813149bfb527c165c.
Reason for revert: '-Wflex-array-member-not-at-end' is new command option came with GCC-14. older versions will not support it.
Change-Id: I179d0bc0db3e863645ae4c87e1534c5c20025dfb --- M Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/82758/1
diff --git a/Makefile.mk b/Makefile.mk index 0358c88..e642ac7 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -501,7 +501,7 @@ CFLAGS_common += -fstrict-aliasing -ffunction-sections -fdata-sections -fno-pie CFLAGS_common += -Wstring-compare ifeq ($(CONFIG_COMPILER_GCC),y) -CFLAGS_common += -Wold-style-declaration -Wflex-array-member-not-at-end +CFLAGS_common += -Wold-style-declaration # Don't add these GCC specific flags when running scan-build ifeq ($(CCC_ANALYZER_OUTPUT_FORMAT),) CFLAGS_common += -Wno-packed-not-aligned