-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUILD] Fix old style cast warning #2567
[BUILD] Fix old style cast warning #2567
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few more warnings indeed, thanks for the cleanup.
See a comment on SetCurlPtrOption
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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