continue;
case DEBUGSW:
- debugsw++; /* fall */
+ debugsw++;
+ /* FALLTHRU */
case NFILTSW:
case FRMTSW:
case NFRMTSW:
case SASLMECHSW:
if (!(saslmech = *argp) || *saslmech == '-')
adios (NULL, "missing argument to %s", argp[-1]);
- /* Fall through */
+ /* FALLTHRU */
case ALIASW:
case FILTSW:
switch (sendsbr (vec, vecp, program, msgs[msgnum], &st, 1, auth_svc)) {
case DONE:
done (++status);
+ /* FALLTHRU */
case NOTOK:
- status++; /* fall */
+ status++;
+ /* FALLTHRU */
case OK:
break;
}