commit | 380130f1e18da92a44372728fe044f56db58585b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 11:24:43 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 22 11:24:43 2016 +0200 |
tree | f70dedc80ad8e2db392ade4da0f38b76c9b7e713 | |
parent | 54a38415caa31de8b4ac46a9234ae339b1fd6255 [diff] [blame] |
patch 7.4.1773 Problem: Compiler warnings. (Dominique Pelle) Solution: Add UNUSED. Add type cast. Avoid a buffer overflow.
diff --git a/src/version.c b/src/version.c index 77d0117..51b45c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1773, +/**/ 1772, /**/ 1771,