commit | b4d9b893d3c7af24b5adf4ae0475ada32d36f5ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 22:59:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 22:59:06 2019 +0200 |
tree | 932818353000bb35120e52d05bca41377079279b | |
parent | 981d9dc8f3d7a470eb3be7ba60fe1c1f31e7f470 [diff] [blame] |
patch 8.1.1635: warnings for unused variables in small version Problem: Warnings for unused variables in small version. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index d1e12c8..634cd08 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1635, +/**/ 1634, /**/ 1633,