]> granicus.if.org Git - vim/commitdiff
patch 8.1.1130: MS-Windows: warning for unused variable v8.1.1130
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 18:53:29 +0000 (20:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Apr 2019 18:53:29 +0000 (20:53 +0200)
Problem:    MS-Windows: warning for unused variable.
Solution:   Remove the variable.

src/evalfunc.c
src/version.c

index 0f126d7734f2c0f862bc81785a111333294d25a5..968bc008964893b49536c65ca582f1813f762c27 100644 (file)
@@ -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;
index 5da9578bc34197b52191187ae3a3eff495dfbd19..005223222a2dd345a853f78625070f1a1ea55aad 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1130,
 /**/
     1129,
 /**/