lib: Silence explicit fallthrough warning in GCC
This commit is contained in:
parent
f31a4a25b4
commit
02bc9b5829
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ unsigned ts_subtree_get_changed_ranges(const Subtree *old_tree, const Subtree *n
|
|||
position.bytes, next_position.bytes
|
||||
)) {
|
||||
next_position = position;
|
||||
// fall through
|
||||
__attribute__ ((fallthrough));
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue