I would request removing -Wconversion from the CI build flags. It is overly finicky, generating errors for things such as converting a size_t to double. Furthermore, gbenchmark fails building with it, making it difficult to exercise locally.
I will mention that MSVC's conversion warnings are vastly more reasonable.
Reporter: Antoine Pitrou / @pitrou
Note: This issue was originally created as ARROW-3522. Please see the migration documentation for further details.
I would request removing
-Wconversionfrom the CI build flags. It is overly finicky, generating errors for things such as converting asize_ttodouble. Furthermore,gbenchmarkfails building with it, making it difficult to exercise locally.I will mention that MSVC's conversion warnings are vastly more reasonable.
Reporter: Antoine Pitrou / @pitrou
Note: This issue was originally created as ARROW-3522. Please see the migration documentation for further details.