xo-tokenizer: tag explicit fallthrough in switch
This commit is contained in:
parent
de65eec7aa
commit
35555df976
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ namespace xo {
|
|||
}
|
||||
|
||||
/** fall through to numeric literal code below **/
|
||||
;
|
||||
[[fallthrough]];
|
||||
case '.':
|
||||
case '0':
|
||||
case '1':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue