diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-30 12:53:47 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-26 21:17:24 +0000 |
commit | ce655f5bd5053172b8369c666610676a09b17267 (patch) | |
tree | c738b67d6d611db0f64f73d020d8e0781df6fc7b /src/arch | |
parent | 0c602b614dae135dda1c8860cfc1b69b78d3bf22 (diff) |
vendorcode/intel/edk2: 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: If093dc08c70c521cbef96ac5b5a7a46b37169bcd
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76810
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jan Samek <jan.samek@siemens.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/arch')
0 files changed, 0 insertions, 0 deletions