IRATI / stack

RINA implementation for OS/Linux
http://irati.github.io/stack
73 stars 39 forks source link

protobuf: change ByteSize to ByteSizeLong #1351

Closed rockrush closed 11 months ago

rockrush commented 3 years ago

According to github.com/protocolbuffers/protobuf:CHANGES.txt, ByteSize() and SpaceUsed() are deprecated since protobuf 3.4.0 at 2017-08-14, protobuf suggested to use ByteSizeLong() and SpaceUsedLong() instead.

With protobuf 3.12.4 and GCC 10.2.1, this already blocked 'stack' from been built.

rockrush commented 11 months ago

Seems to be out of interest