Simplify changelog

Signed-off-by: Felix Conway <felix.conway@arm.com>
This commit is contained in:
Felix Conway
2025-06-13 09:33:24 +01:00
parent 80ca13f07d
commit b8d14734fd

View File

@@ -1,5 +1,3 @@
Bugfix
* GCC 15 introduced the warning 'unterminated-string-initialization', which
complains if you initialize a string into an array without space for a
terminating null character. This is intentional in many parts of the
code, so suppress the warning in these places. Fixes #9944.
* Silence spurious -Wunterminated-string-initialization warnings introduced
by GCC 15. Fixes #9944.