bug#39206: lib/unistr/u8-uctomb.c fails to compile
As the bug appears to have been fixed I'm closing the bug report.
bug#39206: lib/unistr/u8-uctomb.c fails to compile
../../grep/lib/unistr/u8-uctomb.c: In function 'u8_uctomb': ../../grep/lib/unistr/u8-uctomb.c:64:65: error: this statement may fall through [-Werror=implicit-fallthrough=] case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x1;