mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-22721 Set all fields in initializer (-Wmissing-field-initializers).
This commit is contained in:
parent
471c2ce03b
commit
e6674c7360
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
IcuEnvironment* env = new IcuEnvironment();
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
||||
UParseError pe = { 0 };
|
||||
UParseError pe = { 0, 0, {0}, {0} };
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
||||
URegularExpression* re = uregex_open(reinterpret_cast<const char16_t*>(data),
|
||||
|
|
Loading…
Add table
Reference in a new issue