commit | 4ce46c2a6b59586e329fb41ad25799872bffc2c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 19:42:41 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 19 19:42:41 2017 +0100 |
tree | 7357bf6159a04fe63267e51a8e2344d901c2beb5 | |
parent | 14a4deb064610c30a50f00d524dde9b3292aad59 [diff] [blame] |
patch 8.0.1415: warning for unused function without timers feature Problem: Warning for unused function without timers feature. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index cba8fcf..7b2f89a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1415, +/**/ 1414, /**/ 1413,