commit | b2209f213e2931cf3313b24868a9165bbb717cc4 | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Sat Sep 24 15:55:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 15:55:27 2022 +0100 |
tree | 33d452f3b84ea801cac40c9e265f8ae0a563bdb2 | |
parent | 78aed95c8d11a06590abb079014887a458b28b36 [diff] [blame] |
patch 9.0.0576: unused loop variables Problem: Unused loop variables. Solution: Use a while loop instead. (closes #11214)
diff --git a/src/version.c b/src/version.c index 376f10f..b3efbbe 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 576, +/**/ 575, /**/ 574,