mirror of git://sourceware.org/git/glibc.git
* locale/programs/ld-collate.c (collate_finish): Don't use labels
at end of compound statement. * locale/programs/locale.c (show_info): Likewise. * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
This commit is contained in:
parent
0a70515e2e
commit
9fea9ed65f
|
|
@ -1634,6 +1634,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
|
||||||
(*eptr)->mblast = runp;
|
(*eptr)->mblast = runp;
|
||||||
*eptr = runp;
|
*eptr = runp;
|
||||||
dont_insert:
|
dont_insert:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (runp->used_in_level)
|
if (runp->used_in_level)
|
||||||
|
|
@ -1734,6 +1735,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
|
||||||
if (eptr == &e)
|
if (eptr == &e)
|
||||||
wchead_table_add (&collate->wcheads, runp->wcs[0], e);
|
wchead_table_add (&collate->wcheads, runp->wcs[0], e);
|
||||||
dont_insertwc:
|
dont_insertwc:
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Up to the next entry. */
|
/* Up to the next entry. */
|
||||||
|
|
|
||||||
|
|
@ -633,6 +633,8 @@ show_info (const char *name)
|
||||||
/* We don't print wide character information since the same
|
/* We don't print wide character information since the same
|
||||||
information is available in a multibyte string. */
|
information is available in a multibyte string. */
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -284,6 +284,7 @@ _nss_dns_gethostbyaddr_r (const char *addr, size_t len, int af,
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
/* Cannot happen. */
|
/* Cannot happen. */
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
n = res_nquery (&_res, qbuf, C_IN, T_PTR, (u_char *)host_buffer.buf,
|
n = res_nquery (&_res, qbuf, C_IN, T_PTR, (u_char *)host_buffer.buf,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue