commit | e5a420fb33518e08313f653f3031bc36f949e086 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:46:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:46:56 2022 +0100 |
tree | 3f52af0ad73b2e5b85494e632f5e2686249f3cbb | |
parent | 6f14da15ac900589f2f413d77898b9bff3b31ece [diff] [blame] |
patch 9.0.0412: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index 78a1ae0..e243a4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 412, +/**/ 411, /**/ 410,