Patch 8.2.1464
Problem: Vim9: build warning for unused variable.
Solution: Delete the variable declaration.
Files: src/vim9execute.c
*** ../vim-8.2.1463/src/vim9execute.c 2020-08-15 22:14:49.051890442 +0200
--- src/vim9execute.c 2020-08-15 22:47:51.894015828 +0200
***************
*** 2291,2297 ****
int is_slice = iptr->isn_type == ISN_LISTSLICE;
list_T *list;
varnumber_T n1, n2;
- listitem_T *li;
// list index: list is at stack-2, index at stack-1
// list slice: list is at stack-3, indexes at stack-2 and
--- 2291,2296 ----
*** ../vim-8.2.1463/src/version.c 2020-08-15 22:14:49.055890417 +0200
--- src/version.c 2020-08-15 22:48:27.201807331 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1464,
/**/
--
hundred-and-one symptoms of being an internet addict:
215. Your mouse-clicking forearm rivals Popeye's.
/// 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/202008152049.07FKnEGj397968%40masaka.moolenaar.net.