commit | 4ae209597c486d630be929d2865ea112da8bc842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 15:29:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 13 15:29:14 2016 +0200 |
tree | 529135cf5e00e7230572e153eac287b41a29c61e | |
parent | e9d58a6459687a1228b5aa85bd7b31f8f1e528a8 [diff] [blame] |
patch 7.4.2206 Problem: Warning for unused function. Solution: Put the function inside #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index dd7b4b7..bb6eaba 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2206, +/**/ 2205, /**/ 2204,