1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-13 21:42:24 +01:00
parent 21456cdccb
commit ae8d2de3a9
2 changed files with 4 additions and 2 deletions

View File

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