We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc: In function ‘v8::Handle<v8::Value> PtyFork(const v8::Arguments&)’: ../src/unix/pty.cc:185:34: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result] if (strlen(cwd)) chdir(cwd); ^ SOLINK_MODULE(target) Release/obj.target/pty.node SOLINK_MODULE(target) Release/obj.target/pty.node: Finished COPY Release/pty.node
The text was updated successfully, but these errors were encountered:
Install: Fix warning about chdir(2) return value being ignored.
553f3a3
Merging PR chjj#86 from @coderaiser, commit chjj@5fa272f Fixes chjj#73. Closes chjj#86.
Fix warning about chdir(2)
27e2832
Fixes chjj#73
No branches or pull requests
The text was updated successfully, but these errors were encountered: