[please CC me on replies]

I'm using gnulib stable/2027-07 in groff.

Clang grouses about "lib/mbiter-aux.", throwing a `-Wcomment` warning.

$ git grep -nC3 'for all the map'
lib/mbiter-aux.c-29-  if (*cache < 0)
lib/mbiter-aux.c-30-    {
lib/mbiter-aux.c-31-      /* UTF-8 is the only encoding in use which maps the 
bytes 0xC4 0x80
lib/mbiter-aux.c:32:         to U+0100.  (See libiconv/tests/*.TXT for all the 
mapping tables.)
lib/mbiter-aux.c-33-         We can assume that in this case, the char32_t 
encoding is Unicode
lib/mbiter-aux.c-34-         (not platform-dependent like for other locale 
encodings).  */
lib/mbiter-aux.c-35-      mbstate_t state; mbszero (&state);

Regards,
Branden

Attachment: signature.asc
Description: PGP signature

Reply via email to