Skip to content

Commit 1164023

Browse files
committed
patch 8.1.1130: MS-Windows: warning for unused variable
Problem: MS-Windows: warning for unused variable. Solution: Remove the variable.
1 parent 2d7260d commit 1164023

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/evalfunc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *rettv)
91969196
int i;
91979197
#ifdef MSWIN
91989198
char_u *buf, *p;
9199-
WIN32_FIND_DATA fb;
92009199
int ok;
92019200
HANDLE hFind = INVALID_HANDLE_VALUE;
92029201
WIN32_FIND_DATAW wfb;

src/version.c

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

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1130,
774776
/**/
775777
1129,
776778
/**/

0 commit comments

Comments
 (0)