commit | 2ce97ae6aaec7007cca16a446d73161b82f2ba69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 21:13:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 09 21:13:51 2022 +0100 |
tree | 0a224357d3799b92561f35cf5ebeb5ec3dae9ad7 | |
parent | a43993897aa372159f682df37562f159994dc85c [diff] [blame] |
patch 8.2.4725: unused variable in tiny build Problem: Unused variable in tiny build. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index ecf8461..740c32d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4725, +/**/ 4724, /**/ 4723,