commit | 0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 25 22:02:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 25 22:02:32 2017 +0200 |
tree | 99a4ae0c814ca82feca3bd7bffa89931b4314de0 | |
parent | 0b05e491b473dbf39cd9f519030bf6363c272300 [diff] [blame] |
patch 8.0.1145: warning when compiling with Perl Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
diff --git a/src/version.c b/src/version.c index 5509b92..d6fab52 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1145, +/**/ 1144, /**/ 1143,