To: vim_dev@googlegroups.com Subject: Patch 8.2.0668 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0668 Problem: Compiler warning for int/size_t usage. Solution: Change "int" to "size_t". (Mike Williams) Files: src/vim9execute.c *** ../vim-8.2.0667/src/vim9execute.c 2020-04-27 22:47:45.186176148 +0200 --- src/vim9execute.c 2020-04-30 20:19:42.444313750 +0200 *************** *** 653,659 **** case ISN_EXECCONCAT: { int count = iptr->isn_arg.number; ! int len = 0; int pass; int i; char_u *cmd = NULL; --- 653,659 ---- case ISN_EXECCONCAT: { int count = iptr->isn_arg.number; ! size_t len = 0; int pass; int i; char_u *cmd = NULL; *** ../vim-8.2.0667/src/version.c 2020-04-30 19:54:04.837418282 +0200 --- src/version.c 2020-04-30 20:20:46.240151697 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 668, /**/ -- hundred-and-one symptoms of being an internet addict: 29. Your phone bill comes to your doorstep in a box. /// 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 ///