Hi Bruno,
Patch looks good, thanks!
Bruno Haible via Gnulib discussion list writes:
> +static const char b64c[64] _GL_ATTRIBUTE_NONSTRING =
>"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
I didn't know about __attribute__ ((__nonstring__)) until this patch.
That looks
destination lacks 'nonstring' attribute
(4 chars into 3 available)
Since -Wunterminated-string-initialization is reasonable to enable, here is
a patch to silence the warning where it currently occurs (excluding in the
tests).
2025-04-02 Bruno Haible
Silence some -Wuntermin