Patch 8.2.2004 (after 8.2.2002)
Problem: Compiler warning for uninitialized variable.
Solution: Initialize "ufunc". (John Marriott)
Files: src/vim9compile.c
*** ../vim-8.2.2003/src/vim9compile.c 2020-11-17 18:50:40.791592326 +0100
--- src/vim9compile.c 2020-11-17 19:38:37.800343196 +0100
***************
*** 2626,2632 ****
char_u fname_buf[FLEN_FIXED + 1];
char_u *tofree = NULL;
int error = FCERR_NONE;
! ufunc_T *ufunc;
int res = FAIL;
int is_autoload;
--- 2626,2632 ----
char_u fname_buf[FLEN_FIXED + 1];
char_u *tofree = NULL;
int error = FCERR_NONE;
! ufunc_T *ufunc = NULL;
int res = FAIL;
int is_autoload;
*** ../vim-8.2.2003/src/version.c 2020-11-17 19:22:03.582938025 +0100
--- src/version.c 2020-11-17 19:39:38.276191525 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2004,
/**/
--
hundred-and-one symptoms of being an internet addict:
267. You get an extra phone line so you can get phone calls.
/// 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/202011171857.0AHIv1cQ1521095%40masaka.moolenaar.net.