Patch 8.2.0819
Problem: Compiler warning for unused variable.
Solution: Remove the variable.
Files: src/evalvars.c
*** ../vim-8.2.0818/src/evalvars.c 2020-05-24 23:00:06.440196016 +0200
--- src/evalvars.c 2020-05-24 23:13:21.353685012 +0200
***************
*** 777,783 ****
else
{
int eval_flags;
- int save_called_emsg = called_emsg;
rettv.v_type = VAR_UNKNOWN;
i = FAIL;
--- 777,782 ----
*** ../vim-8.2.0818/src/version.c 2020-05-24 23:00:06.444196001 +0200
--- src/version.c 2020-05-24 23:14:06.101547394 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 819,
/**/
--
If Microsoft would build a car...
... the oil, water temperature, and alternator warning lights would
all be replaced by a single "General Protection Fault" warning light.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202005242114.04OLEq0X140937%40masaka.moolenaar.net.