commit | 1ec96c926974208bd47710384c8202c47d0752d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 27 21:42:08 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 27 21:42:08 2017 +0200 |
tree | 5c2cd9d9f8578d9d0d67341eaf41dfdf301ab4db | |
parent | d1bc96ce2466ac1b4af4a2c36de455a1df318d1d [diff] [blame] |
patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGS Problem: Removing one -W argument from Perl CFLAGS may cause trouble. Solution: Remove all -W flags. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index ba4f56a..902b05c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1156, +/**/ 1155, /**/ 1154,