blob: f412f45e9e24d6abee23eac03f5fe898b3227d21 [file] [log] [blame]
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.