mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.1.1130: MS-Windows: warning for unused variable
Problem: MS-Windows: warning for unused variable. Solution: Remove the variable.
This commit is contained in:
parent
2d7260d665
commit
1164023828
@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *rettv)
|
|||||||
int i;
|
int i;
|
||||||
#ifdef MSWIN
|
#ifdef MSWIN
|
||||||
char_u *buf, *p;
|
char_u *buf, *p;
|
||||||
WIN32_FIND_DATA fb;
|
|
||||||
int ok;
|
int ok;
|
||||||
HANDLE hFind = INVALID_HANDLE_VALUE;
|
HANDLE hFind = INVALID_HANDLE_VALUE;
|
||||||
WIN32_FIND_DATAW wfb;
|
WIN32_FIND_DATAW wfb;
|
||||||
|
@ -771,6 +771,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1130,
|
||||||
/**/
|
/**/
|
||||||
1129,
|
1129,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user