commit | 963734e316bd17dd7290abcac28b875435d06381 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 13:33:49 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 01 13:33:49 2020 +0100 |
tree | e07fc9271f541bb43a056b47f2df6f618f4702ac | |
parent | fbcbffe1ad327f4f0da518abfd5fd7be7fec22b5 [diff] [blame] |
patch 8.2.1932: compiler warnings when building with Athena GUI Problem: Compiler warnings when building with Athena GUI. Solution: Fix function signatures.
diff --git a/src/version.c b/src/version.c index 3385895..11d4560 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1932, +/**/ 1931, /**/ 1930,