commit | eb2928595bca45cb37f0906c76896dce806b5543 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 18:47:58 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 18:47:58 2015 +0100 |
tree | 50f01ff721245a9a5f1762ab8236513399c0cc87 | |
parent | 24a6ff88bc8710c305deba405d00061dec909125 [diff] [blame] |
updated for version 7.4.626 Problem: MSVC with W4 gives useless warnings. Solution: Disable more warnings. (Mike Williams)
diff --git a/src/version.c b/src/version.c index c14eac3..8ef229a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 626, +/**/ 625, /**/ 624,