wgtmac opened a new pull request, #1828: URL: https://github.com/apache/orc/pull/1828
### What changes were proposed in this pull request? - Remove unnecessary compiler flags and replace -Weverything with -Wall. - Fix warnings and errors that emerge after the flag change. ### Why are the changes needed? The C++ library has added -Weverything which results in a bunch of -Wno-xxx flags. We should reduce them as many as possible. ### How was this patch tested? - Tested it locally with clang13, clang17 and gcc13. - Make sure all CIs are passed. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
