commit | a25f718431ae001242a6a8b74733ee7685ccf07d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 11:27:46 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 11:27:46 2022 +0000 |
tree | 3561e94c7f3f901ca0d71bc9c5071b543a199438 | |
parent | cd9c8d400c1eb9cbb4ff6a33be02f91a30ab13b2 [diff] [blame] |
patch 9.0.0838: compiler warnings for unused variables Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (John Marriott)
diff --git a/src/version.c b/src/version.c index 56ccb05..6aef2c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 838, +/**/ 837, /**/ 836,