mirror of git://sourceware.org/git/glibc.git
In two places in glibc, -Wextra produces implicit-fallthrough warnings where there are comments about the fall-through but their wording doesn't match one of the forms expected by the default implicit-fallthrough level. This patch adjusts those two places to have a comment in a form that is accepted, so avoiding the warning (this seems preferable to only being able to use a looser level of the warning that allows any comment at all as evidence of deliberate fall-through). Tested for x86_64. * iconvdata/cns11643.h (ucs4_to_cns11643): Adjust fall-through comment wording. * nis/nis_call.c (__do_niscall3): Likewise. |
||
|---|---|---|
| .. | ||
| nss_nis | ||
| nss_nisplus | ||
| rpcsvc | ||
| Depend | ||
| Makefile | ||
| Versions | ||
| libnsl.h | ||
| nis_add.c | ||
| nis_addmember.c | ||
| nis_call.c | ||
| nis_callback.c | ||
| nis_checkpoint.c | ||
| nis_clone_dir.c | ||
| nis_clone_obj.c | ||
| nis_clone_res.c | ||
| nis_creategroup.c | ||
| nis_defaults.c | ||
| nis_destroygroup.c | ||
| nis_domain_of.c | ||
| nis_domain_of_r.c | ||
| nis_error.c | ||
| nis_error.h | ||
| nis_file.c | ||
| nis_findserv.c | ||
| nis_free.c | ||
| nis_getservlist.c | ||
| nis_hash.c | ||
| nis_intern.h | ||
| nis_ismember.c | ||
| nis_local_names.c | ||
| nis_lookup.c | ||
| nis_mkdir.c | ||
| nis_modify.c | ||
| nis_ping.c | ||
| nis_print.c | ||
| nis_print_group_entry.c | ||
| nis_remove.c | ||
| nis_removemember.c | ||
| nis_rmdir.c | ||
| nis_server.c | ||
| nis_subr.c | ||
| nis_table.c | ||
| nis_util.c | ||
| nis_verifygroup.c | ||
| nis_xdr.c | ||
| nis_xdr.h | ||
| nisplus-parser.h | ||
| nss | ||
| nss-default.c | ||
| nss-nis.c | ||
| nss-nis.h | ||
| nss-nisplus.c | ||
| nss-nisplus.h | ||
| yp_xdr.c | ||
| ypclnt.c | ||
| ypupdate_xdr.c | ||