commit | 2d2e25b3e3c932e76f53e9cc49b60e92a7dc8715 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 21:09:42 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 21:09:42 2022 +0100 |
tree | f7321f8db9cae5a75b5fbe24d90a89cf5fab5ca9 | |
parent | f64b75b1d90182d04c9f9bc2ff20c9fa59227c93 [diff] [blame] |
patch 9.0.0523: more compiler warnings for arguments in small version Problem: more compiler warnings for arguments in small version Solution: Adjust #ifdefs.
diff --git a/src/version.c b/src/version.c index 52e36ab..d40a598 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 523, +/**/ 522, /**/ 521,