To: vim_dev@googlegroups.com Subject: Patch 8.2.1464 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///