Skip to content
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

[native_fix] Patch upb 64 to 32 bit conversion warning #84

Merged
merged 1 commit into from
May 17, 2022

Conversation

dennycd
Copy link
Contributor

@dennycd dennycd commented May 17, 2022

Summary

Explicit casting to avoid 64 to 32 bit conversion clang warning (-Wshorten-64-to-32) as seen from gRPC and Firebase SDK. This is a release branch hot fix and the patch will also be upstreamed to upb repo (https://github.com/protocolbuffers/upb)

Test

swift build && swift test


Umbrella: #83
Firebase: firebase/firebase-ios-sdk#9790

@dennycd dennycd requested review from sampajano and HannahShiSFB May 17, 2022 21:35
@dennycd dennycd changed the title [native_fix] Patch upb 64 to 32 bit covnersion warning [native_fix] Patch upb 64 to 32 bit conversion warning May 17, 2022
@dennycd dennycd added the area/c-core gRPC C++ Core Related label May 17, 2022
Copy link
Collaborator

@sampajano sampajano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dennycd dennycd merged commit 87cbe43 into grpc:grpc_release_1.44.0 May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/c-core gRPC C++ Core Related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants