mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +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) {
|
||||
hmll_entry = NULL;
|
||||
}
|
||||
assert(hmll->first != NULL);
|
||||
hmll_remove(hmll, hmll->first);
|
||||
}
|
||||
HMLListEntry *target_entry;
|
||||
|
Reference in New Issue
Block a user