commit | a34b4460c2843c67a35a2d236b01e6cb9bc38734 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jun 11 10:43:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 11 10:43:26 2022 +0100 |
tree | 8e59b458c22bad964993b790511d05fc131e4b94 | |
parent | 2e7cba347fc8b746add12aa5e0e9f6218a76c788 [diff] [blame] |
patch 8.2.5077: various warnings from clang on MS-Windows Problem: Various warnings from clang on MS-Windows. Solution: Avoid the warnings. (Yegappan Lakshmanan, closes #10553)
diff --git a/src/version.c b/src/version.c index 091cdba..f5c0fd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5077, +/**/ 5076, /**/ 5075,