commit | 8329ab79b26be4c6c5766d80abae4a22385ee9e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 21:51:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 21:51:00 2022 +0000 |
tree | d46e9590ae32c935750a2dd4439d0ee50b83b729 | |
parent | cd1cda2f877aab5ec954e14bcba59076533529a4 [diff] [blame] |
patch 8.2.4405: compiler warning for unused variable without +folding Problem: Compiler warning for unused variable without the +folding feature. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 3c4e6b0..3b3beba 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4405, +/**/ 4404, /**/ 4403,