ICU-22721 Set all fields in initializer (-Wmissing-field-initializers).

This commit is contained in:
Fredrik Roubert 2024-06-18 17:05:35 +02:00 committed by Frank Yung-Fong Tang
parent 471c2ce03b
commit e6674c7360

View file

@ -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),