commit | 35d7a2fb13fc833aa1b654ca6fd6e429e72e6b49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:53:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 09 20:53:54 2022 +0100 |
tree | 257dbf4040c59cf01a5072d35f0c9e5264bba09d | |
parent | 63f32603789d1a27c559fc440325955fd0b8b500 [diff] [blame] |
patch 8.2.5073: clang on MS-Windows produces warnings Problem: Clang on MS-Windows produces warnings. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #10546)
diff --git a/src/version.c b/src/version.c index 8f5a4ff..092d563 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5073, +/**/ 5072, /**/ 5071,