mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-06 04:55:50 +01:00
- Fixed a build issue by initializing "index" in the header file
This commit is contained in:
parent
4b3d7c2f42
commit
c43697c16c
@ -899,7 +899,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
SizeType index;
|
||||
SizeType index = 0;
|
||||
if (FindPropertyIndex(ValueType(str, len).Move(), &index)) {
|
||||
if (context.patternPropertiesSchemaCount > 0) {
|
||||
context.patternPropertiesSchemas[context.patternPropertiesSchemaCount++] = properties_[index].schema;
|
||||
|
Loading…
x
Reference in New Issue
Block a user