mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.469
Problem: Compiler warning for unused argument without some features. Solution: Add UNUSED.
This commit is contained in:
@@ -329,7 +329,7 @@ close_buffer(win, buf, action, abort_if_last)
|
|||||||
win_T *win; /* if not NULL, set b_last_cursor */
|
win_T *win; /* if not NULL, set b_last_cursor */
|
||||||
buf_T *buf;
|
buf_T *buf;
|
||||||
int action;
|
int action;
|
||||||
int abort_if_last;
|
int abort_if_last UNUSED;
|
||||||
{
|
{
|
||||||
#ifdef FEAT_AUTOCMD
|
#ifdef FEAT_AUTOCMD
|
||||||
int is_curbuf;
|
int is_curbuf;
|
||||||
|
@@ -714,6 +714,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
469,
|
||||||
/**/
|
/**/
|
||||||
468,
|
468,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user