commit | 68093d36bf87caf2c2ba7404c06d14ef8416c27a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 13:11:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 08 13:11:45 2022 +0100 |
tree | e419ef82ded619e002592470b7fba186f3f2f9e0 | |
parent | f78b52ba24d8d294869cd013dcc4cd5d4a65cea7 [diff] [blame] |
patch 8.2.5068: gcc 12.1 warning when building tee Problem: Gcc 12.1 warning when building tee. Solution: Change type to size_t. (John Marriott)
diff --git a/src/version.c b/src/version.c index aa916b9..1c19015 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5068, +/**/ 5067, /**/ 5066,