commit | 7f29122c8ce2ca224d21abbaeb35e38bc354d95d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 16:19:30 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 16:19:30 2023 +0100 |
tree | 15b614706f2a3ce81a27fa69111b2f343646c87c | |
parent | bc385a150f9d812bb3e54ff0d5db75d3c6c3bb43 [diff] [blame] |
patch 9.0.1640: compiler warning for unused variables without crypt feature Problem: Compiler warning for unused variables without the crypt feature. Solution: Adjust #ifdefs
diff --git a/src/version.c b/src/version.c index 364c6b6..a0f39f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1640, +/**/ 1639, /**/ 1638,