google / benchmark

A microbenchmark support library
Apache License 2.0
8.59k stars 1.57k forks source link

mitigate clang build warnings -Wconversion #1763

Closed dmah42 closed 3 months ago

LebedevRI commented 3 months ago

Yup, implicit conversions is perhaps one of the worst C/C++ "features". Let's also enable it in cmake/bazel so it's not reintroduced?

dmah42 commented 3 months ago

Yup, implicit conversions is perhaps one of the worst C/C++ "features". Let's also enable it in cmake/bazel so it's not reintroduced?

it's in bazel for tests only (!!). i'll see about improving that.