https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107395

--- Comment #2 from nrk at disroot dot org ---
That c++ warning is unrelated to the bug report, it's warning about
initialization; which you can easily replace them with { 'h' } and { 'h', 'i' }
to silence; but not warning about the fact that non-null-terminated byte array
is being passed to function which expects a string.

https://godbolt.org/z/o3ov5qEoa

Reply via email to