mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
clang/"null passed to nonnull arg": cs_manage_matches
This commit is contained in:
parent
09d21f6f0b
commit
712cf9d8f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user