commit | 3ac9c4701a5f1e39303ca2885956db92215966db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 21:28:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 13 21:28:03 2020 +0200 |
tree | 7387e0cc994b5fd24b9b77cd38ec17c3628dfadc | |
parent | 08f7a41b0a280e5901eb4ee4bbfe682113863492 [diff] [blame] |
patch 8.2.1203: unused assignments in expression evaluation Problem: Unused assignments in expression evaluation. Solution: Move declarations and assignments to inner blocks where possible.
diff --git a/src/version.c b/src/version.c index ddc6f2e..fa57356 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1203, +/**/ 1202, /**/ 1201,