memline: pvs/v1071

"void" cast unused return value of ml_find_line().
This commit is contained in:
Jan Edmund Lazo
2021-06-05 12:27:28 -04:00
parent ac64055826
commit c6b8598616

View File

@@ -2238,7 +2238,7 @@ static int ml_append_int(
*/
lineadd = buf->b_ml.ml_locked_lineadd;
buf->b_ml.ml_locked_lineadd = 0;
ml_find_line(buf, (linenr_T)0, ML_FLUSH); /* flush data block */
(void)ml_find_line(buf, (linenr_T)0, ML_FLUSH); // flush data block
/*
* update pointer blocks for the new data block