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