commit | 95235e64d8329b8c0fbd9311d98626afe86ad911 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 16:07:07 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 08 16:07:07 2013 +0200 |
tree | f6c9b24ce2ea44482eceebdba5fe54e104a3288e | |
parent | 0300e465aa9b034455f2c98d9996d5a3b04e9900 [diff] [blame] |
updated for version 7.4.026 Problem: Clang warning for int shift overflow. Solution: Use unsigned and cast back to int. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index ff4e3bb..f875d01 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,