changeset 12533:be0a855f9fc3 v8.0.1145

patch 8.0.1145: warning when compiling with Perl commit https://github.com/vim/vim/commit/0c6a32963d1c0b5401ffd7f25e6fc7bf86895744 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 25 22:02:32 2017 +0200 patch 8.0.1145: warning when compiling with Perl Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Sep 2017 22:15:04 +0200
parents 8b0cb7cf4169
children d76c4e18f431
files src/if_perl.xs src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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,