commit | 21decdd3e6d5ce3469a3c2743de1f4aada388d8c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 10:00:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 10:00:58 2016 +0200 |
tree | 7887e3317d64dfd67be02b624377256a59861184 | |
parent | 8a633e3427b47286869aa4b96f2bfc1fe65b25cd [diff] [blame] |
patch 7.4.1771 Problem: Warning for unused variable. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index bb32541..725d774 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1771, +/**/ 1770, /**/ 1769,