commit | 1266d678bf2ed5072cca9381409536406f8d7b32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 13:43:36 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 13:43:36 2017 +0100 |
tree | 77b5147921fbb1564b30e05c0a446d39b84ec0c8 | |
parent | 7c23d1d9d9cc1d3d19fe35708da7c5d5b3556e05 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 08e32cf..ef4a45f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 281, +/**/ 280, /**/ 279,