diff --git a/lib/src/get_changed_ranges.c b/lib/src/get_changed_ranges.c index da39dd13..e372d981 100644 --- a/lib/src/get_changed_ranges.c +++ b/lib/src/get_changed_ranges.c @@ -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; }