To: vim_dev@googlegroups.com Subject: Patch 8.2.0587 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0587 Problem: Compiler warning for unused variable. Solution: Add UNUSED. Files: src/ex_docmd.c *** ../vim-8.2.0586/src/ex_docmd.c 2020-04-16 22:10:42.656733692 +0200 --- src/ex_docmd.c 2020-04-16 23:00:47.690226072 +0200 *************** *** 4783,4789 **** * to "cmd_start" or has a white space character before it. */ int ! ends_excmd2(char_u *cmd_start, char_u *cmd) { int c = *cmd; --- 4783,4789 ---- * to "cmd_start" or has a white space character before it. */ int ! ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd) { int c = *cmd; *** ../vim-8.2.0586/src/version.c 2020-04-16 22:54:28.723107683 +0200 --- src/version.c 2020-04-16 23:01:31.734123528 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 587, /**/ -- FIRST VILLAGER: We have found a witch. May we burn her? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///