forked from aniani/vim
patch 7.4.822
Problem: More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt)
This commit is contained in:
2
src/ui.c
2
src/ui.c
@@ -2903,7 +2903,7 @@ retnomove:
|
||||
break;
|
||||
first = FALSE;
|
||||
#ifdef FEAT_FOLDING
|
||||
hasFolding(curwin->w_topline, &curwin->w_topline, NULL);
|
||||
(void)hasFolding(curwin->w_topline, &curwin->w_topline, NULL);
|
||||
#endif
|
||||
#ifdef FEAT_DIFF
|
||||
if (curwin->w_topfill < diff_check(curwin, curwin->w_topline))
|
||||
|
Reference in New Issue
Block a user