baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

GOOGLE_ATTRIBUTE_DEPRECATED 替换成 __attribute__((deprecated)) #235

Closed 0x007004 closed 5 years ago

0x007004 commented 5 years ago

GzipOutputStream( ZeroCopyOutputStream* sub_stream, Format format, int buffer_size = -1) GOOGLE_ATTRIBUTE_DEPRECATED; 是否需要把"GOOGLE_ATTRIBUTE_DEPRECATED"替换成GNU标准? protobuf 新版已经没有这个宏定义了。

qinzuoyan commented 5 years ago

或者干脆去掉这个宏吧,如果没有影响的话

0x007004 commented 5 years ago

好..