commit | bf72e0c67f26ea7c8fd941fdd1533c24c7b6cb43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 21:48:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 21:48:14 2022 +0100 |
tree | cd44d73dd1ff70cde5fe7678ad91f3b82ee23352 | |
parent | a353282c13287058fde95bb6eb914e342fd4253c [diff] [blame] |
patch 9.0.0792: MS-Windows: compiler complains about unused function Problem: MS-Windows: compiler complains about unused function. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 4d51345..8111f85 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 792, +/**/ 791, /**/ 790,