]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0781: compiler warning for not using value in Lua v8.2.0781
authorBram Moolenaar <Bram@vim.org>
Sun, 17 May 2020 14:53:56 +0000 (16:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 May 2020 14:53:56 +0000 (16:53 +0200)
commit9309eb2f28e6ee346c2a5deaa6f9c2b36578522e
tree5230ed3b033b4fea4de842cd37939afe13e3fee8
parent2d2970ea599e83acabee56be548a54a8e6b21007
patch 8.2.0781: compiler warning for not using value in Lua

Problem:    Compiler warning for not using value in Lua.
Solution:   Add "(void)".
src/if_lua.c
src/version.c