diff src/message.c @ 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 a410390e340b
children 9200836eee15
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;