alperak commented on PR #3433: URL: https://github.com/apache/avro/pull/3433#issuecomment-3079554872
> Does Avro itself enable `-Wuseless-cast` or does that come from some surrounding build system? > > I doubt that warning will reveal any actual bug, so my first inclination would be to disable it altogether. But I'm not using the Avro C++ library so my opinion shouldn't have much weight here. `-Wuseless-cast` is enabled by Avro itself in its [CMakeLists.txt](https://github.com/apache/avro/blob/main/lang/c%2B%2B/CMakeLists.txt#L72). -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org