commit | 770713794a59f8f315f331025a15e3c25aa5ddfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 19:54:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 19:54:53 2022 +0000 |
tree | 0cad64f20fdbda8b75437d7910a1e7818056d0f4 | |
parent | ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7 [diff] [blame] |
patch 9.0.1116: compiler may complain about an unused function Problem: Compiler may complain about an unused function. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 3166491..429d76c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1116, +/**/ 1115, /**/ 1114,