mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-13 15:25:56 +00:00
Adds an explicit [[fallthrough]] tag.
This commit is contained in:
@@ -422,6 +422,7 @@ 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