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 -- [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/202004301822.03UIMWAa023757%40masaka.moolenaar.net.