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;
|
next = 0;
|
||||||
break;
|
break;
|
||||||
case Print:
|
case Print:
|
||||||
|
assert(mp != NULL);
|
||||||
|
assert(cp != NULL);
|
||||||
cs_print_tags_priv(mp, cp, cnt);
|
cs_print_tags_priv(mp, cp, cnt);
|
||||||
break;
|
break;
|
||||||
default: // should not reach here
|
default: // should not reach here
|
||||||
|
Loading…
Reference in New Issue
Block a user