Add a /* fall through */ comment
This commit is contained in:
parent
43c337dfc1
commit
80da68db1e
@ -1871,6 +1871,7 @@ ossl_ssl_read_internal(int argc, VALUE *argv, VALUE self, int nonblock)
|
|||||||
rb_eof_error();
|
rb_eof_error();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* fall through */
|
||||||
default:
|
default:
|
||||||
ossl_raise(eSSLError, "SSL_read");
|
ossl_raise(eSSLError, "SSL_read");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user