diff src/version.c @ 23792:de74b00b15bb v8.2.2437

patch 8.2.2437: deprecation warnings with default configuration Commit: https://github.com/vim/vim/commit/4d8479b335e92a95b09fdee09309ea0df934cb9e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 14:36:06 2021 +0100 patch 8.2.2437: deprecation warnings with default configuration Problem: Deprecation warnings with default configuration. Solution: Add -Wno-deprecated-declarations.
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jan 2021 14:45:04 +0100
parents e2ebd45d4db0
children 21a5d3aecd0e
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2437,
+/**/
     2436,
 /**/
     2435,