]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0969: Coverity warning for unused return value v8.0.0969
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 19:26:44 +0000 (21:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Aug 2017 19:26:44 +0000 (21:26 +0200)
commitdc926dd0dd0ef72fe7993f134f2cc1551cd269ea
tree3f0385ba597b873381e06396602e257c8210ba42
parent77ac9b5c62b35e90df35fc0bfdee57636cedb144
patch 8.0.0969: Coverity warning for unused return value

Problem:    Coverity warning for unused return value.
Solution:   Add (void) to avoid the warning.
src/channel.c
src/version.c