Skip to content

Commit 0c6a329

Browse files
committed
patch 8.0.1145: warning when compiling with Perl
Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
1 parent 0b05e49 commit 0c6a329

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/if_perl.xs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,6 @@ Msg(text, hl=NULL)
14721472

14731473
PREINIT:
14741474
int attr;
1475-
int id;
14761475

14771476
PPCODE:
14781477
if (text != NULL)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1145,
764766
/**/
765767
1144,
766768
/**/

0 commit comments

Comments
 (0)