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

src: fix duplicate definition warnings #32684

Closed

Conversation

rickyes
Copy link
Contributor

@rickyes rickyes commented Apr 6, 2020

The following warning appears during compilation, but there is no way to reproduce it, I try to fix it

image

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. labels Apr 6, 2020
@addaleax
Copy link
Member

addaleax commented Apr 6, 2020

I’ll close this as a duplicate of #32677, since we already have an open PR for this. Thanks for opening one, though!

That being said, we should not be including -inl.h files from .h headers.

@addaleax addaleax closed this Apr 6, 2020
@rickyes rickyes deleted the BindingData-duplicate-definition branch April 6, 2020 14:31
@rickyes
Copy link
Contributor Author

rickyes commented Apr 7, 2020

@addaleax I don't quite understand why it's occasional. If it's a type error, it should be there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants