blob: f412f45e9e24d6abee23eac03f5fe898b3227d21 [file] [log] [blame]
Felix Conway80ca13f2025-06-12 13:28:26 +01001Bugfix
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.