mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
* 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 = runp;
|
||||
dont_insert:
|
||||
;
|
||||
}
|
||||
|
||||
if (runp->used_in_level)
|
||||
@ -1734,6 +1735,7 @@ collate_finish (struct localedef_t *locale, struct charmap_t *charmap)
|
||||
if (eptr == &e)
|
||||
wchead_table_add (&collate->wcheads, runp->wcs[0], e);
|
||||
dont_insertwc:
|
||||
;
|
||||
}
|
||||
|
||||
/* Up to the next entry. */
|
||||
|
@ -633,6 +633,8 @@ show_info (const char *name)
|
||||
/* We don't print wide character information since the same
|
||||
information is available in a multibyte string. */
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -284,6 +284,7 @@ _nss_dns_gethostbyaddr_r (const char *addr, size_t len, int af,
|
||||
break;
|
||||
default:
|
||||
/* Cannot happen. */
|
||||
break;
|
||||
}
|
||||
|
||||
n = res_nquery (&_res, qbuf, C_IN, T_PTR, (u_char *)host_buffer.buf,
|
||||
|
Loading…
Reference in New Issue
Block a user