glibc/nis
Joseph Myers 107562682c Adjust wording of two fall-through comments.
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.
2019-02-13 18:37:54 +00:00
..
nss_nis Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss_nisplus Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rpcsvc Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Depend Update. 1998-11-30 16:42:19 +00:00
libnsl.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_add.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_addmember.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_call.c Adjust wording of two fall-through comments. 2019-02-13 18:37:54 +00:00
nis_callback.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_checkpoint.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_clone_dir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_clone_obj.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_clone_res.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_creategroup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_defaults.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_destroygroup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_domain_of_r.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_domain_of.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_error.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_error.h * nis/nis_error.c: Remove table of strings. Use position 2006-05-11 20:29:20 +00:00
nis_file.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_findserv.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_free.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_getservlist.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_hash.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_intern.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_ismember.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_local_names.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_lookup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_mkdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_modify.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_ping.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_print_group_entry.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_print.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_remove.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_removemember.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_rmdir.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_server.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_subr.c Avoid "inline" after return type in function definitions. 2019-02-06 17:16:43 +00:00
nis_table.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_util.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_verifygroup.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_xdr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nis_xdr.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nisplus-parser.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss Implement new mode for NIS passwd.adjunct.byname table. 2010-04-07 07:37:39 -07:00
nss-default.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss-nis.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss-nis.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss-nisplus.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
nss-nisplus.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
Versions Move nss_compat from nis to nss subdir and install it unconditionally 2017-10-04 14:20:48 +02:00
yp_xdr.c libnsl: Turn remaining symbols into compat symbols [BZ #22701] 2018-01-29 17:42:30 +01:00
ypclnt.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ypupdate_xdr.c Include shlib-compat.h in many sunrpc/nis source files. 2017-06-04 11:31:28 -04:00