From: Bram Moolenaar Date: Mon, 25 Sep 2017 20:02:32 +0000 (+0200) Subject: patch 8.0.1145: warning when compiling with Perl X-Git-Tag: v8.0.1145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c6a32963d1c0b5401ffd7f25e6fc7bf86895744;p=vim 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/if_perl.xs b/src/if_perl.xs index d67645cd5..4ead057c1 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 5509b928f..d6fab52bb 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1145, /**/ 1144, /**/