commit | 087b5ff35d219f4f48a3d4854783799d0f6a1732 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 23:39:22 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 27 23:39:22 2021 +0100 |
tree | d56f0ea92943da662aa8c3311d12d827e3ce81a5 | |
parent | 0a84284e603e39c1288d71f8f96f66eb7eb1ca61 [diff] [blame] |
patch 8.2.2557: compiler warning for shadowd variable Problem: Compiler warning for shadowd variable. Solution: Declare "p" only once.
diff --git a/src/version.c b/src/version.c index d6065b7..8eead06 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2557, +/**/ 2556, /**/ 2555,