commit | dee78e1ce857985c06ff18e20daeadfe1622b8ae | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Thu Dec 09 21:08:01 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 21:08:01 2021 +0000 |
tree | 88154493cd203d40f170682397645191fb248fcc | |
parent | 4c8c634365bc6d4d462635aed5e0f7ad2262d590 [diff] [blame] |
patch 8.2.3770: new compiler warnings from clang-12 and clang-13 Problem: New compiler warnings from clang-12 and clang-13. Solution: Adjust CI and suppress some warnings. (Ozaki Kiichi, closes #9314)
diff --git a/src/version.c b/src/version.c index 5aa6ce7..5db7dca 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3770, +/**/ 3769, /**/ 3768,