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 '_lseeki64' undefined compiler warning #72

Merged
merged 1 commit into from
Jan 10, 2020

Conversation

richardlau
Copy link
Member

@richardlau richardlau commented Jan 10, 2020

Thanks to work done by @gengjiawen (nodejs/node#31153) we're now running Node.js tests as GitHub actions and this appears to be annotating pull requests in core with build warnings from unchanged files, one of which is from deps/uvwasi/src/uvwasi.c:

image

The full warning, from https://github.com/cjihrig/uvwasi/runs/362355578#step:5:383:

##[warning]D:\a\uvwasi\uvwasi\src\uvwasi.c(225,16): warning C4013: '_lseeki64' undefined; assuming extern returning int [D:\a\uvwasi\uvwasi\uvwasi_a.vcxproj]

Fixes the following compiler warning on Windows:
`'_lseeki64' undefined; assuming extern returning int`
@cjihrig cjihrig merged commit 20fd9e2 into nodejs:master Jan 10, 2020
@cjihrig
Copy link
Collaborator

cjihrig commented Jan 10, 2020

Thanks!

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