From: Bram Moolenaar Date: Sun, 24 May 2020 21:14:23 +0000 (+0200) Subject: patch 8.2.0819: compiler warning for unused variable X-Git-Tag: v8.2.0819 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f40e51a880a95f94dbbbecc9476559506c2cc345;p=vim patch 8.2.0819: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Remove the variable. --- diff --git a/src/evalvars.c b/src/evalvars.c index 6ab33184b..a45080b54 100644 --- a/src/evalvars.c +++ b/src/evalvars.c @@ -777,7 +777,6 @@ ex_let_const(exarg_T *eap) else { int eval_flags; - int save_called_emsg = called_emsg; rettv.v_type = VAR_UNKNOWN; i = FAIL; diff --git a/src/version.c b/src/version.c index a5d2a8f7b..63bf51d5c 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 819, /**/ 818, /**/