From: Bram Moolenaar Date: Sat, 6 Apr 2019 18:53:29 +0000 (+0200) Subject: patch 8.1.1130: MS-Windows: warning for unused variable X-Git-Tag: v8.1.1130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11640238289969a278876596a380952ffe25aad3;p=thirdparty%2Fvim.git patch 8.1.1130: MS-Windows: warning for unused variable Problem: MS-Windows: warning for unused variable. Solution: Remove the variable. --- diff --git a/src/evalfunc.c b/src/evalfunc.c index 0f126d7734..968bc00896 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -9196,7 +9196,6 @@ f_readdir(typval_T *argvars, typval_T *rettv) int i; #ifdef MSWIN char_u *buf, *p; - WIN32_FIND_DATA fb; int ok; HANDLE hFind = INVALID_HANDLE_VALUE; WIN32_FIND_DATAW wfb; diff --git a/src/version.c b/src/version.c index 5da9578bc3..005223222a 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1130, /**/ 1129, /**/