1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-06-08 13:11:45 +01:00
parent f78b52ba24
commit 68093d36bf
2 changed files with 5 additions and 2 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5068,
/**/
5067,
/**/