commit | 31724238c8798113e0e11f61c52e0dc98bb21970 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 20:25:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 20:25:36 2022 +0100 |
tree | 9ba30bf436860554d3eb852f298fcc280abef2b0 | |
parent | 848db57e52ed787f7b62fc1619143934291f619f [diff] [blame] |
patch 9.0.0521: compiler warns for unused argument in small version Problem: Compiler warns for unused argument in small version. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index 60c0527..36d4f99 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 521, +/**/ 520, /**/ 519,