To: vim_dev@googlegroups.com Subject: Patch 7.4.1678 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1678 Problem: Warning for unused argument. Solution: Add UNUSED. (Dominique Pelle) Files: src/if_mzsch.c *** ../vim-7.4.1677/src/if_mzsch.c 2016-03-19 22:11:47.424674965 +0100 --- src/if_mzsch.c 2016-03-28 22:10:32.399844114 +0200 *************** *** 1073,1079 **** } static Scheme_Object * ! load_base_module_on_error(void *data) { load_base_module_failed = TRUE; return scheme_null; --- 1073,1079 ---- } static Scheme_Object * ! load_base_module_on_error(void *data UNUSED) { load_base_module_failed = TRUE; return scheme_null; *** ../vim-7.4.1677/src/version.c 2016-03-28 22:04:27.523557742 +0200 --- src/version.c 2016-03-28 22:11:04.719515177 +0200 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1678, /**/ -- hundred-and-one symptoms of being an internet addict: 160. You get in the elevator and double-click the button for the floor you want. /// 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 ///