Skip to content
Snippets Groups Projects
Commit 18964732 authored by Mark Harris's avatar Mark Harris Committed by Timothy B. Terriberry
Browse files

http: silence gcc 8 -Wimplicit-fallthrough warning

The comment must be just before the label to suppress the warning.
parent ca7b681d
No related branches found
No related tags found
No related merge requests found
......@@ -1517,8 +1517,8 @@ static long op_bio_retry_ctrl(BIO *_b,int _cmd,long _num,void *_ptr){
case BIO_CTRL_RESET:
case BIO_C_RESET_READ_REQUEST:{
BIO_clear_retry_flags(_b);
/*Fall through.*/
}
/*Fall through.*/
case BIO_CTRL_EOF:
case BIO_CTRL_SET:
case BIO_CTRL_SET_CLOSE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment