1
0
forked from aniani/vim

patch 8.2.0526: Gcc 9 complains about empty statement

Problem:    Gcc 9 complains about empty statement.
Solution:   Add {}. (Dominique Pelle, closes #5894)
This commit is contained in:
Bram Moolenaar
2020-04-07 19:57:29 +02:00
parent 40655d5016
commit 86b9a3e8cd
2 changed files with 5 additions and 1 deletions

View File

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