diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-30 17:31:15 +0200 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-08-01 12:35:34 +0000 |
commit | a434f48bbed4eee773fa3315cac6796859805e45 (patch) | |
tree | 3d385dcaab1340b8cd2c4a756951dd16da1c7028 /src/Kconfig | |
parent | 63c952a66cf7ea9352307faf0b9c4adce1193735 (diff) |
payloads/libpayload/include/coreboot_tables: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or
zero-length arrays.
It allows the compiler to generate errors when the flexible array does
not occur at the end in the structure.
Change-Id: Icf3da1b0a0666769ae7b5d5f641b85436b324b4c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76851
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
0 files changed, 0 insertions, 0 deletions