commit | 533c306921a3ac46ab92f35dfc4ebd22b3da845d | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sun Aug 28 19:41:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 19:41:36 2022 +0100 |
tree | 3dd20cda6272eb533990f9f00ae01d77b0d99e14 | |
parent | 670ab0334b536e12d84810de88e73b7bcb01346d [diff] [blame] |
patch 9.0.0305: CI lists useless deprecation warnings Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003)
diff --git a/src/version.c b/src/version.c index 3e1c7d3..e865eb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 305, +/**/ 304, /**/ 303,