commit | d19a8f97ad58055a5e99cca8498d01e450ae37b2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 21:42:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 11 21:42:48 2020 +0200 |
tree | 7a89f405f603fc5f38102cb1c3d30a02ed78cda2 | |
parent | 880e4d9117ea990e66d867aefad0f73ba89bda82 [diff] [blame] |
patch 8.2.0545: unused arguments ignored in non-standard way Problem: Unused arguments ignored in non-standard way. Solution: Add UNUSED instead of (void).
diff --git a/src/version.c b/src/version.c index 945896d..c06d6f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 545, +/**/ 544, /**/ 543,