diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-28 06:16:27 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-07-30 09:59:00 +0000 |
commit | c1700e02faa06eea6be557b8c6a8067bdb24105c (patch) | |
tree | b59ab411f5841dba57568eae8b474a2b4fdd4b1c /src/commonlib/bsd | |
parent | 8c0168ab86310eca6f78ba8bcbdf13397951c63e (diff) |
commonlib/fsp_relocate.c: 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: I52b5a83e7e484889bfef5a4e45a0279fadd58890
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76784
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/commonlib/bsd')
0 files changed, 0 insertions, 0 deletions