commit | 0023f82a76cf43a12b41e71f97a2e860d0444e1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 21:54:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 21:54:19 2022 +0000 |
tree | 06ac42b5b2144b845e4ce46fc1edc11f57252350 | |
parent | 47036b6bd7e5a0b38f093d9f0630f054b04fa68e [diff] [blame] |
patch 8.2.4118: using UNUSED for argument that is used Problem: Using UNUSED for argument that is used. Solution: Remove UNUSED.
diff --git a/src/version.c b/src/version.c index 1c367e6..fe27375 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4118, +/**/ 4117, /**/ 4116,