summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-03-22 20:26:50 +0100
committerBram Moolenaar <Bram@vim.org>2018-03-22 20:26:50 +0100
commit7735dafb584c77cf1191eceaa0b4db46266c9cb8 (patch)
tree78e6ff4e37646877825eefcbdc38f04de0b4af10 /src/version.c
parentb571c63d481b065dc22465300e41a4b8cff66120 (diff)
patch 8.0.1627: compiler warning for visibility attribute not supportedv8.0.1627
Problem: Compiler warning for visibility attribute not supported on MinGW builds. Solution: Don't add the attribute when we don't expect it to work. (Christian Brabandt)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e4878d6af7..0cc4920669 100644
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1627,
+/**/
1626,
/**/
1625,