commit | 30d6413782c8206899cee109f521895a03c76441 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 17:09:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 17:09:12 2020 +0200 |
tree | a9066665ebc5a2810d2a64a87de31209e43182e7 | |
parent | 3986b94b090ea258109630008611230a599999ab [diff] [blame] |
patch 8.2.1625: compiler warning for use of fptr_T Problem: Compiler warning for use of fptr_T. Solution: Make the type less strict.
diff --git a/src/version.c b/src/version.c index 6a6d994..e361679 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1625, +/**/ 1624, /**/ 1623,