commit | fa228f716a4b63bf508887a49ce56bf4c07364d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 14:19:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 14:19:19 2017 +0200 |
tree | 50b568e66d5a33ad2cb4fa460d2932d4aef28fc3 | |
parent | 96ad8c9ac181b51605ac1f399c7835a515e5a1fa [diff] [blame] |
patch 8.0.0790: MSVC compiler warning for strncpy in libvterm Problem: MSVC compiler warning for strncpy in libvterm. Solution: Add a define to stop the warnings. (Mike Williams)
diff --git a/src/version.c b/src/version.c index 83e8735..e44778c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788,