nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 51 forks source link

chore: fix -Wshadow error in uvwasi.c #243

Closed codebytere closed 9 months ago

codebytere commented 9 months ago

Refs https://github.com/electron/electron/pull/40675/files#diff-8df91bd501edd943197bf16d478ebd9b4be08f7b0ea13de788da961d4315febe

Fixes a -Wshadow compilation error hit by Electron when upgrading to Node.js v20.10.0

mhdawson commented 9 months ago

This seems to break the tests, I think you may want to remove the int in front of the second r definition instead of changing the name to rr