commit | 9309eb2f28e6ee346c2a5deaa6f9c2b36578522e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 17 16:53:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 17 16:53:56 2020 +0200 |
tree | 5230ed3b033b4fea4de842cd37939afe13e3fee8 | |
parent | 2d2970ea599e83acabee56be548a54a8e6b21007 [diff] [blame] |
patch 8.2.0781: compiler warning for not using value in Lua Problem: Compiler warning for not using value in Lua. Solution: Add "(void)".
diff --git a/src/version.c b/src/version.c index 5946964..641aa88 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 781, +/**/ 780, /**/ 779,