commit | cb4f69c2fd9ea81331c4aa54877fde612d182a51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:51:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 26 15:51:06 2020 +0200 |
tree | 3471514cfe8b056f1ffe706a91b34b637cf9108c | |
parent | a5d0423fa16f18b4576a2a07e50034e489587a7d [diff] [blame] |
patch 8.2.1298: compiler warning for unused argument in small version Problem: Compiler warning for unused argument in small version. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index c45c155..58a434a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1298, +/**/ 1297, /**/ 1296,