Skip to content

Commit b8d1473

Browse files
committed
Simplify changelog
Signed-off-by: Felix Conway <felix.conway@arm.com>
1 parent 80ca13f commit b8d1473

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
Bugfix
2-
* GCC 15 introduced the warning 'unterminated-string-initialization', which
3-
complains if you initialize a string into an array without space for a
4-
terminating null character. This is intentional in many parts of the
5-
code, so suppress the warning in these places. Fixes #9944.
2+
* Silence spurious -Wunterminated-string-initialization warnings introduced
3+
by GCC 15. Fixes #9944.

0 commit comments

Comments
 (0)