commit | 065bbac8adfe29a09958570237d223457f235c6c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 13:08:46 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 13:08:46 2016 +0100 |
tree | 76c8635ba80d6a43d19a3b8ed912ec0cb3e568ed | |
parent | 8600ace87618d33ad3182124be447f0b2c9728f4 [diff] [blame] |
patch 7.4.1363 Problem: Compiler warnings with tiny build. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 766937d..d2ae1ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1363, +/**/ 1362, /**/ 1361,