commit | 802d559431e6003a46c7f19628213b7cec8ba6d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 22:05:27 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 22:05:27 2016 +0100 |
tree | b5f3bd7a0fd1aad258ea54146bb6a1418f76fd62 | |
parent | 119d4693e06e68d4f099aa7287e375ae3d265fd0 [diff] [blame] |
patch 7.4.1495 Problem: Compiler warnings when building on Unix with the job feature but without the channel feature. Solution: Move #ifdefs. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index ce21ae7..437e5f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1495, +/**/ 1494, /**/ 1493,