diff src/version.c @ 32617:c4a8763eeb5d v9.0.1640

patch 9.0.1640: compiler warning for unused variables without crypt feature Commit: https://github.com/vim/vim/commit/7f29122c8ce2ca224d21abbaeb35e38bc354d95d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 17 16:19:30 2023 +0100 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
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Jun 2023 17:30:03 +0200
parents 8c5edad9b7a5
children 76b147a4ea40
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1640,
+/**/
     1639,
 /**/
     1638,