commit | e9726e31feafebf3548990b686b810900a0bff43 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 18:01:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 18:01:21 2019 +0200 |
tree | 8fe1aa71e8819ec1303346ac6cd881659e71fa27 | |
parent | a956bf6ca34896c3f242bf726b709a725f9053ce [diff] [blame] |
patch 8.1.1572: compiler warnings with tiny build Problem: Compiler warnings with tiny build. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 19b6aa7..62ef113 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1572, +/**/ 1571, /**/ 1570,