1
0
forked from aniani/vim

patch 7.4.1737

Problem:    Argument marked as unused is used.
Solution:   Remove UNUSED.
This commit is contained in:
Bram Moolenaar 2016-04-14 17:52:41 +02:00
parent baa9fcaf40
commit 52196b2dbe
2 changed files with 3 additions and 1 deletions

View 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;

View File

@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1737,
/**/
1736,
/**/