summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-09-25 22:02:32 +0200
committerBram Moolenaar <Bram@vim.org>2017-09-25 22:02:32 +0200
commit0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 (patch)
tree99a4ae0c814ca82feca3bd7bffa89931b4314de0 /src
parent0b05e491b473dbf39cd9f519030bf6363c272300 (diff)
patch 8.0.1145: warning when compiling with Perlv8.0.1145
Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
Diffstat (limited to 'src')
-rw-r--r--src/if_perl.xs1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/if_perl.xs b/src/if_perl.xs
index d67645cd57..4ead057c1c 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -1472,7 +1472,6 @@ Msg(text, hl=NULL)
PREINIT:
int attr;
- int id;
PPCODE:
if (text != NULL)
diff --git a/src/version.c b/src/version.c
index 5509b928f0..d6fab52bb3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1145,
+/**/
1144,
/**/
1143,