[BUILD] Fix old style cast warning#2567
[BUILD] Fix old style cast warning#2567marcalff merged 1 commit intoopen-telemetry:mainfrom keith:ks/fix-old-style-cast-warning
Conversation
|
Thanks for the fix. Would be also good to add this warning as an error in maintainer mode CI - opentelemetry-cpp/CMakeLists.txt Line 469 in ba18304 |
|
There are actually quite a few more, I will push them and that cmake change here |
|
pushed! note there are a few cases where |
|
Ok I think this is ready for re-review! |
marcalff
left a comment
There was a problem hiding this comment.
LGTM, thanks for the cleanup.
|
@keith Last CI failures are in tests, because of ifdef for ABI_V2. Should be ready to go after this last pass. |
|
ah thanks yea i didn't build with that locally, pushed |
Search for "error:" in the CI logs. Maintainer builds do a make -k to report as many errors as possible in one build, there are a few reported there. Or build WITH_ABI_VERSION_2 locally (Cmake). |
|
thanks! |
|
Thanks @keith |
Fixes #2556