mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 12:27:44 +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:
|
||||
default:
|
||||
// fall through
|
||||
break;
|
||||
};
|
||||
|
||||
|
@ -138,7 +138,7 @@ doWrite(z_params& zs, Flush flush, error_code& ec)
|
||||
case TYPE:
|
||||
if(flush == Flush::block || flush == Flush::trees)
|
||||
return done();
|
||||
// fall through
|
||||
BOOST_FALLTHROUGH;
|
||||
|
||||
case TYPEDO:
|
||||
{
|
||||
|
Reference in New Issue
Block a user