commit | 6470de83f2be942dfbd05071a99a6f154e9f1d05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 27 22:36:03 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 27 22:36:03 2013 +0200 |
tree | 75a075468bbd3cd7c08a2afe3b20cc4f8b3452c4 | |
parent | a5f5c8be8f0f5f9e6cbe7b9f3fed234f32cf3467 [diff] [blame] |
updated for version 7.3.1255 Problem: Clang warnings when building with Athena. Solution: Add type casts. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 6f02253..b0855c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1255, +/**/ 1254, /**/ 1253,