commit | 53ec79537a062b453ed72a4efcb4b1cd284fe9a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 21:24:23 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 05 21:24:23 2017 +0100 |
tree | d2ec766edbad73075c88d71542e6e58874f33ee7 | |
parent | fb094e14c19337de824d4e6710ca6a2617930ab0 [diff] [blame] |
patch 8.0.1272: warnings for unused variables in tiny build Problem: Warnings for unused variables in tiny build. Solution: Add #ifdef. (Dominique Pelle, closes #2288)
diff --git a/src/version.c b/src/version.c index de43d30..5d4fa89 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1272, +/**/ 1271, /**/ 1270,