[vim] 51/139: patch 7.4.1737 Problem: Argument marked as unused is used. Solution: Remove UNUSED.
James McCoy
jamessan at debian.org
Fri May 6 04:00:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/sid
in repository vim.
commit 52196b2dbe3b64b5054e1df3d3aa8fc65e30addc
Author: Bram Moolenaar <Bram at 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.
---
src/message.c | 2 +-
src/version.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/message.c b/src/message.c
index b24013e..8d34c12 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 6e2ca8d..0f8ff39 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1737,
+/**/
1736,
/**/
1735,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git
More information about the pkg-vim-maintainers
mailing list