mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00
clang/"null passed to nonnull arg": shada.c
This commit is contained in:
@@ -599,6 +599,7 @@ static inline void hmll_insert(HMLList *const hmll,
|
|||||||
if (hmll_entry == hmll->first) {
|
if (hmll_entry == hmll->first) {
|
||||||
hmll_entry = NULL;
|
hmll_entry = NULL;
|
||||||
}
|
}
|
||||||
|
assert(hmll->first != NULL);
|
||||||
hmll_remove(hmll, hmll->first);
|
hmll_remove(hmll, hmll->first);
|
||||||
}
|
}
|
||||||
HMLListEntry *target_entry;
|
HMLListEntry *target_entry;
|
||||||
|
Reference in New Issue
Block a user