commit | f9ca08e95ff5b66a02c75334264dd86508b2a453 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:56:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 18:56:03 2020 +0200 |
tree | 7b5f9a61318731b6b6d9d330da366c0d50e85700 | |
parent | 85629985b71035608a37ba3bde86968481490d46 [diff] [blame] |
patch 8.2.0879: compiler warning for unused function argument Problem: Compiler warning for unused function argument. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index 4a27140..80be6d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 879, +/**/ 878, /**/ 877,