diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-01 16:25:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-01 16:25:34 +0200 |
commit | 5df1ed2de3fa9dcace996b9a0a4c9b3cea79cf1e (patch) | |
tree | 16f204dc400619234d2f70352911d124481113eb /src/version.c | |
parent | 37a8de17d4dfd3d463960c38a204ce399c8e19d4 (diff) | |
download | vim-git-7.4.845.tar.gz |
patch 7.4.845v7.4.845
Problem: Compiler warning for possible loss of data.
Solution: Add a type cast. (Erich Ritz)
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 dadec6a1e..7e464a58f 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 845, +/**/ 844, /**/ 843, |