commit | fcb86b0a99a9abedc408c99dae7591b6da832be8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 22:46:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 07 22:46:24 2022 +0100 |
tree | e22469daf062c361c91f7630d85d1275afd429df | |
parent | 33b55b562b90e5cc0091fa39d87cd60956c73f57 [diff] [blame] |
patch 9.0.0689: compiler warning for unused function Problem: Compiler warning for unused function. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 2108099..1d60238 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 689, +/**/ 688, /**/ 687,