commit | de05ae71589f46c5d27642c33fe5eb21b22aaf5d | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Mon Aug 30 19:57:34 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 30 19:57:34 2021 +0200 |
tree | 1a7d5addacd1ebe0d0db9c374cd6742634c40173 | |
parent | a91871262670f9d3a4e5d1c5c6dbc02f85625f7d [diff] [blame] |
patch 8.2.3387: compiler warning for non-static function Problem: Compiler warning for non-static function. Solution: Make the function static. (Dominique Pellé, closes #8816)
diff --git a/src/version.c b/src/version.c index 1d65716..af45ded 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3387, +/**/ 3386, /**/ 3385,