commit | 45c5c86e636edef8ed08d47bf8724efc05108030 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 18:59:21 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 25 18:59:21 2018 +0200 |
tree | 103358f721eb388467508e595bd367358b73ba64 | |
parent | 6dae96ef7ad56191c13c4993f04cbfd450d91ad2 [diff] [blame] |
patch 8.1.0432: compiler warning for signed/unsigned Problem: Compiler warning for signed/unsigned. Solution: Add type cast. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 1d3dc43..a009ef0 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 432, +/**/ 431, /**/ 430,