mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
zlib: Annotate fallthrough case
This commit is contained in:
committed by
Mohammad Nejati
parent
2dcdef3890
commit
55035d17c5
@ -113,7 +113,6 @@ selector::operator()(suite_info const& s)
|
|||||||
|
|
||||||
case all:
|
case all:
|
||||||
default:
|
default:
|
||||||
// fall through
|
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -138,7 +138,7 @@ doWrite(z_params& zs, Flush flush, error_code& ec)
|
|||||||
case TYPE:
|
case TYPE:
|
||||||
if(flush == Flush::block || flush == Flush::trees)
|
if(flush == Flush::block || flush == Flush::trees)
|
||||||
return done();
|
return done();
|
||||||
// fall through
|
BOOST_FALLTHROUGH;
|
||||||
|
|
||||||
case TYPEDO:
|
case TYPEDO:
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user