zyearn commented on a change in pull request #972: Redis server protocol
URL: https://github.com/apache/incubator-brpc/pull/972#discussion_r351730165
##########
File path: src/brpc/redis.h
##########
@@ -124,7 +127,7 @@ class RedisRequest : public ::google::protobuf::Message {
void Print(std::ostream&) const;
protected:
- ::google::protobuf::Metadata GetMetadata() const override;
Review comment:
ci开了-Winconsistent-missing-override,override的函数要么全加override要么全不加,这边我先删掉了之后统一加
https://travis-ci.org/apache/incubator-brpc/jobs/614981757?utm_medium=notification&utm_source=github_status
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]