1
0
forked from aniani/vim

patch 8.0.0281: some files are still using ARGSUSED instead of UNUSED

Problem:    MS-Windows files are still using ARGSUSED while most other files
            have UNUSED.
Solution:   Change ARGSUSED to UNUSED or delete it.
This commit is contained in:
Bram Moolenaar
2017-02-01 13:43:36 +01:00
parent 7c23d1d9d9
commit 1266d678bf
6 changed files with 89 additions and 132 deletions

View File

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