commit | 983f2f1403a591779f6edc4dd973c6cf31c65c8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:41:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 16 16:41:41 2019 +0200 |
tree | b1a9c77eca371645107b0adcde36fb7afa9710a1 | |
parent | 8a5c7ef9bbded87abd8c937b16c576ed2ccbb805 [diff] [blame] |
patch 8.1.1557: compiler warning for unused variables in tiny version Problem: Compiler warning for unused variables in tiny version. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 4eb37a7..f6bb71c 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1557, +/**/ 1556, /**/ 1555,