1
0
forked from aniani/vim

patch 8.2.3387: compiler warning for non-static function

Problem:    Compiler warning for non-static function.
Solution:   Make the function static. (Dominique Pellé, closes #8816)
This commit is contained in:
Dominique Pelle
2021-08-30 19:57:34 +02:00
committed by Bram Moolenaar
parent a918712626
commit de05ae7158
2 changed files with 3 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3387,
/**/
3386,
/**/