Felix Conway | 80ca13f | 2025-06-12 13:28:26 +0100 | [diff] [blame^] | 1 | 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. |