xo-tokenizer: tag explicit fallthrough in switch

This commit is contained in:
Roland Conybeare 2025-05-11 01:52:58 -05:00
commit 35555df976

View file

@ -213,7 +213,7 @@ namespace xo {
}
/** fall through to numeric literal code below **/
;
[[fallthrough]];
case '.':
case '0':
case '1':