from build logs:
‘int google::protobuf::MessageLite::ByteSize() const’ is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]'
Differential D5386
Stop using the deprecated google::protobuf::MessageLite::ByteSize() Authored by majcosta on Feb 29 2020, 17:58.
Details
from build logs: ‘int google::protobuf::MessageLite::ByteSize() const’ is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]' ninja check
Diff Detail
|