commit | 4d8479b335e92a95b09fdee09309ea0df934cb9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:36:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 14:36:06 2021 +0100 |
tree | 5f5ac3dba1b0604f44646be4fdaa5ba3282167df | |
parent | 206c2a6e19475ab664ca4cea3df8e42313d3a4c5 [diff] [blame] |
patch 8.2.2437: deprecation warnings with default configuration Problem: Deprecation warnings with default configuration. Solution: Add -Wno-deprecated-declarations.
diff --git a/src/version.c b/src/version.c index 768b3af..903f3fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2437, +/**/ 2436, /**/ 2435,