mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.1737
Problem: Argument marked as unused is used. Solution: Remove UNUSED.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user