From: Bram Moolenaar Date: Thu, 14 Apr 2016 15:52:41 +0000 (+0200) Subject: patch 7.4.1737 X-Git-Tag: v7.4.1737 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52196b2dbe3b64b5054e1df3d3aa8fc65e30addc;p=vim patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED. --- diff --git a/src/message.c b/src/message.c index b24013e41..8d34c1279 100644 --- 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; diff --git a/src/version.c b/src/version.c index 6e2ca8dc1..0f8ff39eb 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1737, /**/ 1736, /**/