commit | 29d2e850413eb524944346a1b168bdd84b7a1f2b | [log] [tgz] |
---|---|---|
author | Rich Gillam <62772518+richgillam@users.noreply.github.com> | Mon Mar 22 14:34:58 2021 -0700 |
committer | Rich Gillam <62772518+richgillam@users.noreply.github.com> | Mon Mar 22 17:03:25 2021 -0700 |
tree | 90f253be5ac3150304d318fad0bcf246789e1df7 | |
parent | 2b3a3724c7a55089a6d9f1e5fefbfda4b6690ba4 [diff] |
ICU-21552 Changed to only display "Encountered empty table" warning in verbose mode.
diff --git a/icu4c/source/tools/genrb/parse.cpp b/icu4c/source/tools/genrb/parse.cpp index 18a8c76..5abe5d6 100644 --- a/icu4c/source/tools/genrb/parse.cpp +++ b/icu4c/source/tools/genrb/parse.cpp
@@ -1191,7 +1191,7 @@ if (token == TOK_CLOSE_BRACE) { - if (!readToken) { + if (!readToken && isVerbose()) { warning(startline, "Encountered empty table"); } return table;