Gerrit0 commented on code in PR #2966:
URL: https://github.com/apache/avro/pull/2966#discussion_r1677721124
##########
lang/c++/include/avro/Reader.hh:
##########
@@ -176,15 +176,15 @@ private:
return encoded;
}
- int64_t readSize() {
+ size_t readSize() {
Review Comment:
Both `readSize` and `readCount` are private, I don't believe this change is
publicly visible (aside from projects with wConversion no longer having to
suppress warnings when including avro, which is what motivated me to make this
change)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]