Commit 0ddf1617 authored by zhujiashun's avatar zhujiashun

redis_server_protocol: remove 'override' in redis.h to avoid errors by…

redis_server_protocol: remove 'override' in redis.h to avoid errors by -Winconsistent-missing-override
parent 97fde2e1
......@@ -124,7 +124,7 @@ public:
void Print(std::ostream&) const;
protected:
::google::protobuf::Metadata GetMetadata() const override;
::google::protobuf::Metadata GetMetadata() const;
private:
void SharedCtor();
......@@ -192,7 +192,7 @@ public:
static const ::google::protobuf::Descriptor* descriptor();
protected:
::google::protobuf::Metadata GetMetadata() const override;
::google::protobuf::Metadata GetMetadata() const;
private:
void SharedCtor();
......
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