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

Fix build for c89 with Visual C++ 9 #2869

Closed
wants to merge 2 commits into from
Closed

Conversation

Arenoros
Copy link
Contributor

Fix:
#2861 src/win/udp.c: Incompatible with Visual C++ 9/C89 build windows

src/win/udp.c:
STATIC_ASSERT (...) for C89 must be used in top of functions

Copy link
Member

@bzoz bzoz left a comment

Choose a reason for hiding this comment

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

LGTM. The commits need to be squashed and made to follow the commit guideline, but this can be done while landing. Thanks for your contribution!

CI: https://ci.nodejs.org/view/libuv/job/libuv-test-commit/1920/

bnoordhuis pushed a commit that referenced this pull request Jun 12, 2020
Fixes: #2861
PR-URL: #2869
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@bnoordhuis
Copy link
Member

Landed in ff3ab31, thanks!

@bnoordhuis bnoordhuis closed this Jun 12, 2020
@jamadden
Copy link
Contributor

Thanks!

JeffroMF pushed a commit to JeffroMF/libuv that referenced this pull request May 16, 2022
Fixes: libuv#2861
PR-URL: libuv#2869
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
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.

4 participants