commit | 2369c15407cf9a730a396ebf9709abb280c5ce48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 23:08:25 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 23:08:25 2016 +0100 |
tree | ce889520fabd54b20f425eb0c47ba33d2cc01595 | |
parent | 0c171716c0430458741fbf18a6fd4baea4c0390b [diff] [blame] |
patch 7.4.1490 Problem: Compiler warning for unused function. Solution: Add #ifdef. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 64d17fc..af39e7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1490, +/**/ 1489, /**/ 1488,