···9696 /* If this works, we can stop now */
9797 if (dlen >= MB_LEN_MAX)
9898 {
9999- wcrtomb (dest, 0, &st);
9999+ /* We don't need to update dest - this just appeases -Wunused-result */
100100+ dest += wcrtomb (dest, 0, &st);
100101 return;
101102 }
102103