To: vim_dev@googlegroups.com Subject: Patch 7.4.1737 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED. Files: src/message.c *** ../vim-7.4.1736/src/message.c 2016-04-14 17:15:47.223835356 +0200 --- src/message.c 2016-04-14 17:51:41.629835206 +0200 *************** *** 766,772 **** * ":messages" command. */ void ! ex_messages(exarg_T *eap UNUSED) { struct msg_hist *p; char_u *s; --- 766,772 ---- * ":messages" command. */ void ! ex_messages(exarg_T *eap) { struct msg_hist *p; char_u *s; *** ../vim-7.4.1736/src/version.c 2016-04-14 17:40:52.668464428 +0200 --- src/version.c 2016-04-14 17:52:11.781526869 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1737, /**/ -- The software said it requires Windows 95 or better, so I installed Linux. /// 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 ///