mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +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;
|
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
|
||||||
|
Reference in New Issue
Block a user