Fix compiler warning

This commit is contained in:
Behdad Esfahbod 2017-11-14 14:40:11 -08:00
parent 87f0ad183c
commit 7fdf16b2ce
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static const union HB_STRING_ARRAY_TYPE_NAME {
#include HB_STRING_ARRAY_LIST
#undef _S
} st;
char str[0];
char str[VAR];
}
HB_STRING_ARRAY_POOL_NAME =
{