1
0
forked from aniani/vim

patch 8.1.1235: compiler warnings for using STRLEN() value

Problem:    Compiler warnings for using STRLEN() value.
Solution:   Cast to int. (Christian Brabandt, Mike Williams)
This commit is contained in:
Bram Moolenaar
2019-04-29 19:47:22 +02:00
parent 701df4eb64
commit c0af78fa08
2 changed files with 4 additions and 2 deletions

View File

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