Fokko commented on PR #2966:
URL: https://github.com/apache/avro/pull/2966#issuecomment-2214551217

   @Gerrit0 same error, different line:
   ```
   /home/runner/work/avro/avro/lang/c++/impl/Resolver.cc: In member function 
‘virtual void avro::EnumParser::parse(avro::Reader&, uint8_t*) const’:
   /home/runner/work/avro/avro/lang/c++/impl/Resolver.cc:310:16: error: useless 
cast to type ‘size_t’ {aka ‘long unsigned int’} [-Werror=useless-cast]
     310 |         assert(static_cast<size_t>(val) < mapping_.size());
         |                ^~~~~~~~~~~~~~~~~~~~~~~~
   ```


-- 
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]

Reply via email to