Patch 7.4.1815
Problem: Compiler warnings for unused variables. (Ajit Thakkar)
Solution: Add a dummy initialization. (Yasuhiro Matsumoto)
Files: src/quickfix.c
*** ../vim-7.4.1814/src/quickfix.c 2016-05-01 13:28:34.517588215 +0200
--- src/quickfix.c 2016-05-01 20:18:14.137455159 +0200
***************
*** 207,215 ****
char_u *fmtstr = NULL;
char_u *growbuf = NULL;
int growbuflen;
! int growbufsiz;
! char_u *linebuf;
! int linelen;
int discard;
int col = 0;
char_u use_viscol = FALSE;
--- 207,215 ----
char_u *fmtstr = NULL;
char_u *growbuf = NULL;
int growbuflen;
! int growbufsiz = 0;
! char_u *linebuf = NULL;
! int linelen = 0;
int discard;
int col = 0;
char_u use_viscol = FALSE;
*** ../vim-7.4.1814/src/version.c 2016-05-01 14:22:12.363965120 +0200
--- src/version.c 2016-05-01 20:19:32.616574918 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1815,
/**/
--
It is illegal to rob a bank and then shoot at the bank teller with a water
pistol.
[real standing law in Louisana, United States of America]
/// 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].
For more options, visit https://groups.google.com/d/optout.