mirror of git://git.ipxe.org/ipxe.git
Browse Source
GCC 15 generates a warning when a string initializer is too large to allow for a trailing NUL terminator byte. This type of initializer is fairly common in signature strings such as ACPI table identifiers. Fix by disabling the warning. Signed-off-by: Michael Brown <mcb30@ipxe.org>c23

1 changed files with 9 additions and 0 deletions
Loading…
Reference in new issue