diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-02 15:17:32 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-02 15:17:32 +0200 |
commit | e5bae13da327235836b505ee47224b465713ad75 (patch) | |
tree | 49a39f10cd55850db0d7d8ca19d5f99c852bcbc5 /src/version.c | |
parent | a4d4cf490e2974843c80598e6f40f83aae658fd3 (diff) | |
download | vim-git-e5bae13da327235836b505ee47224b465713ad75.tar.gz |
patch 8.2.0497: too verbose output from the asan build in Travisv8.2.0497
Problem: Too verbose output from the asan build in Travis.
Solution: Filter out suppression messages. (Ozaki Kiichi, closes #5874)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8973af793..9ceed5a95 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 497, +/**/ 496, /**/ 495, |