commit | f1d2501ebe33e148886c2914acd33140e20ee222 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 12:22:53 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 12:22:53 2016 +0100 |
tree | 49e0f2df5cf7358f4bbd4f5ec25a2359753ca671 | |
parent | 00ded43a5a85df57abb74f9e3a38a401f6fbd8fd [diff] [blame] |
patch 7.4.1476 Problem: Function arguments marked as unused while they are not. Solution: Remove UNUSED. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 3491a4b..c11af3f 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1476, +/**/ 1475, /**/ 1474,