diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-06-22 21:04:06 +0200 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2023-07-21 07:33:06 +0000 |
commit | 9c1f78d3e599a62b64a943297ff8693b4b6cacd7 (patch) | |
tree | e108c2b554d4888dfc3714154659585ae716127f /src/include/acpi/acpi.h | |
parent | 86dfcb80ce7808103b014ad4cbfc80ecc7a5d355 (diff) |
acpi/acpigen.c: Ignore compiler warning about stack overflowing
With arm64 -Wstack-usage= is enabled which is triggered on any use of
alloca(). Since this function basically works on x86 without wrecking
things and causing massive stack consumption it's unlikely to cause
problems on arm64.
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: I5d445d151db5e6cc7b6e13bf74ce81007d819f1d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76007
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/include/acpi/acpi.h')
0 files changed, 0 insertions, 0 deletions