]> granicus.if.org Git - vim/commitdiff
patch 7.4.1737 v7.4.1737
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 15:52:41 +0000 (17:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Apr 2016 15:52:41 +0000 (17:52 +0200)
Problem:    Argument marked as unused is used.
Solution:   Remove UNUSED.

src/message.c
src/version.c

index b24013e41d2f5b647607493992021b4a66ebcbe7..8d34c127951e98fe27eee4b2bddd0476ecffb4bd 100644 (file)
@@ -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;
index 6e2ca8dc1708b89a09ef1578a05cbce8a089b220..0f8ff39ebe1daa80b962013f2d0114ead3f382ad 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1737,
 /**/
     1736,
 /**/