commit | 4da6df40f5a637de42cad8e6939dfe8463b211db | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:12:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 20 16:12:09 2020 +0200 |
tree | bd30ad051593923fcbc018a22b5a161374fda1bd | |
parent | 2bb76accc66d17f2c027c04396082c46f410bfea [diff] [blame] |
patch 8.2.0608: warning from clang when building message test Problem: Warning from clang when building message test. Solution: Use a void pointer. (Dominique Pelle, closes #5958)
diff --git a/src/version.c b/src/version.c index f175ff3..2b1a126 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 608, +/**/ 607, /**/ 606,