Skip to content

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