commit | 3569c0de67bc9c723621297ae827d5e3353793a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 11:34:21 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 11:34:21 2021 +0000 |
tree | 0426dc0997ef10d9f6cbff7c147c153668344885 | |
parent | db9ff9ab5d7ce1fcc2c4106e7ad49151a323996c [diff] [blame] |
patch 8.2.3718: compiler warns for unused variable without +textprop Problem: Compiler warns for unused variable without the +textprop feature. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index c5e5f6b..cf8f945 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3718, +/**/ 3717, /**/ 3716,