Skip to content

Commit

Permalink
updated for version 7.3.554
Browse files Browse the repository at this point in the history
Problem:    Compiler warning for unused argument.
Solution:   Add UNUSED.
  • Loading branch information
brammool committed Jun 13, 2012
1 parent 5641f38 commit 795ec43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -714,6 +714,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
554,
/**/
553,
/**/
Expand Down
2 changes: 1 addition & 1 deletion src/window.c
Expand Up @@ -3723,7 +3723,7 @@ leave_tabpage(new_curbuf)
enter_tabpage(tp, old_curbuf, trigger_autocmds)
tabpage_T *tp;
buf_T *old_curbuf UNUSED;
int trigger_autocmds;
int trigger_autocmds UNUSED;
{
int old_off = tp->tp_firstwin->w_winrow;
win_T *next_prevwin = tp->tp_prevwin;
Expand Down

0 comments on commit 795ec43

Please sign in to comment.