commit | 09f68a5e7817cbb40854ee6b8ae3db21d5365346 | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Sat Jun 18 16:48:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 18 16:48:36 2022 +0100 |
tree | a59c32d01569efa54ef7ab411b2af92cc3b5823f | |
parent | 620aa8eb5b1468d086253f8aa787a33a86033100 [diff] [blame] |
patch 8.2.5125: MS-Windows: warnings from MinGW compiler Problem: MS-Windows: warnings from MinGW compyler. Solution: Use "volatile". (Yasuhiro Matsumoto, closes #10589) Initialize variable.
diff --git a/src/version.c b/src/version.c index 66dba17..82ac4ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5125, +/**/ 5124, /**/ 5123,