commit | ae8d2de3a9c0436a543c7d46071104af31ff6db7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 13 21:42:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 13 21:42:24 2020 +0100 |
tree | cabb0bc8247d245bcdb139281a10a9ad5f682e55 | |
parent | 21456cdccbdf9d222938139769f1abe95b8effdd [diff] [blame] |
patch 8.2.0254: compiler warning for checking size_t to be negative Problem: Compiler warning for checking size_t to be negative. Solution: Only check for zero. (Zoltan Arpadffy)
diff --git a/src/version.c b/src/version.c index 0499e5d..dc3d163 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 254, +/**/ 253, /**/ 252,