]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Disable gcc unterminated-string-initializer warnings 1457/head
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 17:01:24 +0000 (18:01 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Apr 2025 17:40:52 +0000 (18:40 +0100)
commitbd4ca67cf42d73495106f6f6f206c0cce8fef284
tree4cb88836d412ca69bb3fba1bc728a579e020aa08
parent15c1111c78c0a0ca7159ecb64c90fb6a249c6ad4
[build] Disable gcc unterminated-string-initializer warnings

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>
src/Makefile.housekeeping