forked from aniani/vim
patch 8.1.0979: compiler warning for unused functions
Problem: Compiler warning for unused functions. (Yasuhiro Matsumoto) Solution: Adjust #ifdef.
This commit is contained in:
@@ -832,7 +832,7 @@ update_screen(int type_arg)
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_SIGNS) || defined(FEAT_GUI) || defined(FEAT_CONCEAL)
|
#if defined(FEAT_NETBEANS_INTG) || defined(FEAT_GUI)
|
||||||
/*
|
/*
|
||||||
* Prepare for updating one or more windows.
|
* Prepare for updating one or more windows.
|
||||||
* Caller must check for "updating_screen" already set to avoid recursiveness.
|
* Caller must check for "updating_screen" already set to avoid recursiveness.
|
||||||
|
@@ -779,6 +779,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 */
|
||||||
|
/**/
|
||||||
|
979,
|
||||||
/**/
|
/**/
|
||||||
978,
|
978,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user