From 11640238289969a278876596a380952ffe25aad3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 6 Apr 2019 20:53:29 +0200 Subject: [PATCH] patch 8.1.1130: MS-Windows: warning for unused variable Problem: MS-Windows: warning for unused variable. Solution: Remove the variable. --- src/evalfunc.c | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/evalfunc.c b/src/evalfunc.c index 0f126d773..968bc0089 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 5da9578bc..005223222 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, /**/ -- 2.40.0