This avoids two build warnings when preprocessing happens before compiling
with gcc >= 7.
ctx->next_ref = tlskeys_list_get_next(&tlskeys_reference, &tlskeys_reference);
ctx->state = SHOW_KEYS_LIST;
- /* fall through */
+ __fallthrough;
case SHOW_KEYS_LIST:
while (ctx->next_ref) {
ctx->next_ref = tlskeys_list_get_next(&ref->list, &tlskeys_reference);
}
ctx->state = SHOW_KEYS_DONE;
- /* fall through */
+ __fallthrough;
default:
return 1;