commit | 1f164b19685d8ad709b11f3f1933685469251e30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 19:00:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 24 19:00:36 2019 +0200 |
tree | bd3b2ad86ca529bdcbf08a15dcb8f4f2fa26f113 | |
parent | 07d1356648a2a9b5f07e20ff1d3c4c606ae45d49 [diff] [blame] |
patch 8.1.1745: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED. Change comments to new style.
diff --git a/src/version.c b/src/version.c index df0bc83..e155b39 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1745, +/**/ 1744, /**/ 1743,