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

[ObjC] Use a local to avoid warnings in 32bit builds. #15665

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

zhangskz
Copy link
Member

CocoaPods fails spec validation for some warnings, so use a local to avoid warnings for 64->32bit implicit conversions. This comes up for watchOS builds.

PiperOrigin-RevId: 601849919

CocoaPods fails spec validation for some warnings, so use a local
to avoid warnings for 64->32bit implicit conversions. This comes up
for watchOS builds.

PiperOrigin-RevId: 601849919
@zhangskz zhangskz requested a review from a team as a code owner January 31, 2024 17:12
@zhangskz zhangskz removed the request for review from a team January 31, 2024 17:12
@zhangskz zhangskz added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Jan 31, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Jan 31, 2024
@zhangskz zhangskz merged commit 394aec8 into protocolbuffers:26.x Jan 31, 2024
153 of 154 checks passed
@zhangskz zhangskz deleted the cp-5 branch January 31, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants