Commit 6b7e7d76 authored by Milo Yip's avatar Milo Yip

Fix gcc warning

parent 8c258405
...@@ -797,7 +797,7 @@ static char* ReadFile(const char* filename, size_t& length) { ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment