commit | b60db8ba149b26024e6d871e8634d7fea639252a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 29 21:38:42 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 29 21:38:42 2020 +0200 |
tree | 3a57b234c20dd7ff7f93cc53a1298727e4232268 | |
parent | 14798ab9a5ee4b94f6c12f1986207569356acfc8 [diff] [blame] |
patch 8.2.0837: compiler warning for value set but not used Problem: Compiler warning for value set but not used. Solution: Move variable inside #ifdef.
diff --git a/src/version.c b/src/version.c index a88e478..a963bdc 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 837, +/**/ 836, /**/ 835,