1
0
forked from aniani/vim

patch 8.2.5085: gcc gives warning for signed/unsigned difference

Problem:    Gcc gives warning for signed/unsigned difference.
Solution:   Use a different pointer type. (John Marriott)
This commit is contained in:
Bram Moolenaar
2022-06-13 22:34:14 +01:00
parent 2d12c25a1b
commit 819ab82f7e
2 changed files with 5 additions and 3 deletions

View File

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