mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
clang/"Null passed as a nonnull parameter" #10718
This commit is contained in:
parent
8a56bd944a
commit
3c0d637592
@ -4242,6 +4242,7 @@ static void search_stat(int dirc, pos_T *pos,
|
||||
// STRNICMP ignores case, but we should not ignore case.
|
||||
// Unfortunately, there is no STRNICMP function.
|
||||
if (!(chgtick == buf_get_changedtick(curbuf)
|
||||
&& lastpat != NULL // supress clang/NULL passed as nonnull parameter
|
||||
&& STRNICMP(lastpat, spats[last_idx].pat, STRLEN(lastpat)) == 0
|
||||
&& STRLEN(lastpat) == STRLEN(spats[last_idx].pat)
|
||||
&& equalpos(lastpos, curwin->w_cursor)
|
||||
|
Loading…
Reference in New Issue
Block a user