]> granicus.if.org Git - vim/commit
patch 8.1.1862: Coverity warns for not using return value v8.1.1862
authorBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 19:54:27 +0000 (21:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 16 Aug 2019 19:54:27 +0000 (21:54 +0200)
commit9c272a9e52c914d6630f2cc887da89f63e7e983a
tree59f34beeea1b1d2631ff101b8a7ccc98ba27d7eb
parent24278d2407dfbc8d93eb36593cdd006ff5d86f94
patch 8.1.1862: Coverity warns for not using return value

Problem:    Coverity warns for not using return value.
Solution:   Add "(void)" to avoid the warning.
src/normal.c
src/version.c