commit | 52196b2dbe3b64b5054e1df3d3aa8fc65e30addc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 17:52:41 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 17:52:41 2016 +0200 |
tree | ba2b823e94ac7cdf94b49b9fddbced3157a6d224 | |
parent | baa9fcaf4042a6dbe01e64ce63cb54941ee00f09 [diff] [blame] |
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 b24013e..8d34c12 100644 --- a/src/message.c +++ b/src/message.c
@@ -766,7 +766,7 @@ * ":messages" command. */ void -ex_messages(exarg_T *eap UNUSED) +ex_messages(exarg_T *eap) { struct msg_hist *p; char_u *s;