apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
670 stars 477 forks source link

ORC-1639: [C++] Simplify flags in CMake and fix corresponding compiling errors #1828

Closed wgtmac closed 4 months ago

wgtmac commented 4 months ago

What changes were proposed in this pull request?

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?

Was this patch authored or co-authored using generative AI tooling?

No.

dongjoon-hyun commented 4 months ago

Merged to branch-2.0. Thank you!