comparison 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
comparison
equal deleted inserted replaced
8900:77dd3a0be51c 8901:b4dad96ade29
764 764
765 /* 765 /*
766 * ":messages" command. 766 * ":messages" command.
767 */ 767 */
768 void 768 void
769 ex_messages(exarg_T *eap UNUSED) 769 ex_messages(exarg_T *eap)
770 { 770 {
771 struct msg_hist *p; 771 struct msg_hist *p;
772 char_u *s; 772 char_u *s;
773 int c = 0; 773 int c = 0;
774 774