commit | f9bde2b152d3344c694c5e1ca629156b34f1a627 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 22:08:16 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 17 22:08:16 2015 +0200 |
tree | bad351455e12d8e77d3be6bb12b0a10c72461662 | |
parent | d39a7512804f860a20319c181613771a79a9ea4e [diff] [blame] |
patch 7.4.703 Problem: Compiler warning for start_dir unused when building unittests. Solution: Move start_dir inside the #ifdef.
diff --git a/src/version.c b/src/version.c index 0f02ea8..d211340 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 703, +/**/ 702, /**/ 701,