mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
81bee6d793
ACPICA is using flexible arrays since 20230331 and it broke aarch64 build. --- acpi_iort.o --- /usr/src/sys/arm64/acpica/acpi_iort.c:103:4: error: field 'data' with variable sized type 'union (unnamed union at /usr/src/sys/arm64/acpica/acpi_iort.c:98:2)' not at the end of a struct or class is a GNU extension [-Werror,-Wgnu-variable-sized-type-not-at-end] 103 | } data; | ^ Reported by: bapt Tested by: bapt |
||
---|---|---|
.. | ||
acpi_iort.c | ||
acpi_machdep.c | ||
acpi_wakeup.c | ||
OsdEnvironment.c | ||
pci_cfgreg.c |