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

GH-38090: [C++][Emscripten] testing: Suppress shorten-64-to-32 warnings #38127

Closed

Conversation

kou
Copy link
Member

@kou kou commented Oct 7, 2023

Rationale for this change

We need explicit cast to use int64_t for size_t on Emscripten.

What changes are included in this PR?

Explicit casts.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

…warnings

We need explicit cast to use `int64_t` for `size_t` on Emscripten.

Explicit casts.
@kou kou closed this Jan 23, 2024
@kou kou deleted the cpp-suppress-shorten-64-to-32-warning-testing branch January 23, 2024 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++][Emscripten] Suppress shorten-64-to-32 warnings
1 participant