lib: Silence explicit fallthrough warning in GCC

This commit is contained in:
Vicent Marti 2019-02-06 10:10:18 +01:00
parent f31a4a25b4
commit 02bc9b5829

View file

@ -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;
}