commit | 7735dafb584c77cf1191eceaa0b4db46266c9cb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 22 20:26:50 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 22 20:26:50 2018 +0100 |
tree | 78e6ff4e37646877825eefcbdc38f04de0b4af10 | |
parent | b571c63d481b065dc22465300e41a4b8cff66120 [diff] [blame] |
patch 8.0.1627: compiler warning for visibility attribute not supported 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)
diff --git a/src/version.c b/src/version.c index e4878d6..0cc4920 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1627, +/**/ 1626, /**/ 1625,