mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-10-27 19:10:24 +01:00
Fix gcc warning
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user