mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Adds an explicit [[fallthrough]] tag.
This commit is contained in:
@@ -421,7 +421,8 @@ class Base {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define slot(n) \
|
#define slot(n) \
|
||||||
if(use_end && end == n) return;\
|
if(use_end && end == n) return; \
|
||||||
|
[[fallthrough]]; \
|
||||||
case n
|
case n
|
||||||
|
|
||||||
#define external_slot(n) \
|
#define external_slot(n) \
|
||||||
|
Reference in New Issue
Block a user