mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 13:05:31 +00:00
ICU-21552 Changed to only display "Encountered empty table" warning in verbose mode.
This commit is contained in:
parent
2b3a3724c7
commit
29d2e85041
1 changed files with 1 additions and 1 deletions
|
@ -1191,7 +1191,7 @@ realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t star
|
|||
|
||||
if (token == TOK_CLOSE_BRACE)
|
||||
{
|
||||
if (!readToken) {
|
||||
if (!readToken && isVerbose()) {
|
||||
warning(startline, "Encountered empty table");
|
||||
}
|
||||
return table;
|
||||
|
|
Loading…
Add table
Reference in a new issue