mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +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