Generic: Fix warnings (fallthrough mosty)

This commit is contained in:
Nicolas Williams
2020-08-05 22:15:23 -05:00
parent c06252745d
commit 7d50445d1b
7 changed files with 10 additions and 6 deletions

View File

@@ -941,7 +941,7 @@ process_stream(krb5_context contextp,
INSIST(gctx.ctx == NULL);
gctx.inprogress = 1;
/* FALL THOUGH */
/* FALLTHROUGH */
case RPG_CONTINUE_INIT: {
gss_name_t src_name = GSS_C_NO_NAME;
krb5_data in;