commit | 5a5f17f9b3fa14c36a7d6c96ac55acaddb6247e1 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Nov 05 14:05:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 05 14:05:31 2022 +0000 |
tree | c546eb721dcd455db3840940107e866df456bf3a | |
parent | 6c3d3e69047438ff5b7f58d44fe66af9e2c4212b [diff] [blame] |
patch 9.0.0832: deprecation warning causes build failure Problem: Deprecation warning causes build failure. Solution: Suppress deprecation warning. (closes #11503)
diff --git a/src/version.c b/src/version.c index ca70914..f7817f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 832, +/**/ 831, /**/ 830,