Merge pull request #1529 from rkoshy/master
Fixed a build issue by initializing "index" in the header file
This commit is contained in:
commit
1a825d24fa
@ -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