commit | 0f0d3a7fb6473760b6f6679e3c8a81376220c869 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 18:02:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 18:02:05 2022 +0100 |
tree | 12d171efbb65972a7283cee80fc8a10124c9fd39 | |
parent | 3efd65c55710cbd2db7569096554bc92f4a66a43 [diff] [blame] |
patch 8.2.5135: running configure gives warnings for main() return type Problem: Running configure gives warnings for main() return type. Solution: Specify "int" return type. Avoid a few more warnings.
diff --git a/src/version.c b/src/version.c index 2c0a1ec..c945a2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5135, +/**/ 5134, /**/ 5133,