commit | 5df1ed2de3fa9dcace996b9a0a4c9b3cea79cf1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 16:25:34 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 01 16:25:34 2015 +0200 |
tree | 16f204dc400619234d2f70352911d124481113eb | |
parent | 37a8de17d4dfd3d463960c38a204ce399c8e19d4 [diff] [blame] |
patch 7.4.845 Problem: Compiler warning for possible loss of data. Solution: Add a type cast. (Erich Ritz)
diff --git a/src/version.c b/src/version.c index dadec6a..7e464a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 845, +/**/ 844, /**/ 843,