Fix gcc warning
This commit is contained in:
parent
8c258405f2
commit
6b7e7d769d
@ -797,7 +797,7 @@ static char* ReadFile(const char* filename, size_t& length) {
|
|||||||
|
|
||||||
class RemoteSchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
|
class RemoteSchemaDocumentProvider : public IRemoteSchemaDocumentProvider {
|
||||||
public:
|
public:
|
||||||
RemoteSchemaDocumentProvider() {
|
RemoteSchemaDocumentProvider() : documentAllocator_(), schemaAllocator_() {
|
||||||
const char* filenames[kCount] = {
|
const char* filenames[kCount] = {
|
||||||
"jsonschema/remotes/integer.json",
|
"jsonschema/remotes/integer.json",
|
||||||
"jsonschema/remotes/subSchemas.json",
|
"jsonschema/remotes/subSchemas.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user