commit | 09f688c33aad9692276dfb68842cf0621a0e2002 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Thu Jul 08 18:05:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 18:05:00 2021 +0200 |
tree | 1952a816ca036465ad290ff4e59d6fe949176b05 | |
parent | deb108ba0a8599c1307ddc1507c73e7b60f17d36 [diff] [blame] |
patch 8.2.3125: variables are set but not used Problem: Variables are set but not used. Solution: Move the declarations to the block where they are used. (closes #8527)
diff --git a/src/version.c b/src/version.c index 1fb2243..117051f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3125, +/**/ 3124, /**/ 3123,