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

Emscripten build warnings #4745

Merged
merged 5 commits into from
Aug 16, 2021
Merged

Emscripten build warnings #4745

merged 5 commits into from
Aug 16, 2021

Conversation

nobu
Copy link
Member

@nobu nobu commented Aug 16, 2021

No description provided.

Select the C source if exists, otherwise the assembler source,
instead of selecting by the coroutine type.
On emscripten `intptr_t`, `uintptr_t`, `ptrdiff_t` and so on are
defined as `long`, but `PRIdPTR` and so on defined as `int`.
@matzbot matzbot merged commit a8714b8 into ruby:master Aug 16, 2021
@nobu nobu deleted the emscripten-build branch August 16, 2021 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants