commit | ec9d3001cf6fb4ffe142d34762c774e0066de6bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 13:50:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 12 13:50:31 2019 +0100 |
tree | 2b164d86e19a7f23376fe7843d30d14030bdbe39 | |
parent | 2b6185287adf53343ed5f49e967ae402c64063e4 [diff] [blame] |
patch 8.1.0730: compiler warning for get_buf_arg() unused Problem: Compiler warning for get_buf_arg() unused. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 118a867..7aeaa48 100644 --- a/src/version.c +++ b/src/version.c
@@ -796,6 +796,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 730, +/**/ 729, /**/ 728,