changeset 8901:b4dad96ade29 v7.4.1737

commit https://github.com/vim/vim/commit/52196b2dbe3b64b5054e1df3d3aa8fc65e30addc Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 14 17:52:41 2016 +0200 patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED.
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Apr 2016 18:00:06 +0200
parents 77dd3a0be51c
children af03770170ed
files src/message.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/message.c
+++ b/src/message.c
@@ -766,7 +766,7 @@ delete_first_msg(void)
  * ":messages" command.
  */
     void
-ex_messages(exarg_T *eap UNUSED)
+ex_messages(exarg_T *eap)
 {
     struct msg_hist *p;
     char_u	    *s;
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1737,
+/**/
     1736,
 /**/
     1735,