mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Remove spurious fallthrough guidance
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Version 79:
|
||||||
|
|
||||||
|
* Remove spurious fallthrough guidance
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 78:
|
Version 78:
|
||||||
|
|
||||||
* Add span
|
* Add span
|
||||||
|
@@ -537,7 +537,6 @@ operator()(error_code ec,
|
|||||||
d.state = do_read_fh;
|
d.state = do_read_fh;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
BEAST_FALLTHROUGH;
|
|
||||||
|
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -584,7 +583,6 @@ operator()(error_code ec,
|
|||||||
ec = error::closed;
|
ec = error::closed;
|
||||||
goto upcall;
|
goto upcall;
|
||||||
}
|
}
|
||||||
BEAST_FALLTHROUGH;
|
|
||||||
|
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user