mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
clang/"null passed to nonnull arg": cs_manage_matches
This commit is contained in:
@@ -1371,6 +1371,8 @@ static char *cs_manage_matches(char **matches, char **contexts,
|
||||
next = 0;
|
||||
break;
|
||||
case Print:
|
||||
assert(mp != NULL);
|
||||
assert(cp != NULL);
|
||||
cs_print_tags_priv(mp, cp, cnt);
|
||||
break;
|
||||
default: // should not reach here
|
||||
|
Reference in New Issue
Block a user