commit | 8b29aba0192cc56294ef49bb3c01adff4b8f3a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:17:16 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 28 22:17:16 2016 +0200 |
tree | fd9ee2e03e61c154b1f488ca57de9028c4de0cfa | |
parent | 0b9e4d1224522791c0dbbd45742cbd688be823f3 [diff] [blame] |
patch 7.4.1678 Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 878eb24..ec283a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1678, +/**/ 1677, /**/ 1676,