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: consistently declare BindingData class #32677

Closed
wants to merge 1 commit into from

Conversation

sam-github
Copy link
Contributor

Its defined as a class, so forward declare as a class, fixing type
mismatch warning.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Its defined as a class, so forward declare as a class, fixing type
mismatch warning.
@sam-github sam-github requested a review from addaleax April 6, 2020 04:30
@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 addaleax added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 6, 2020
@addaleax
Copy link
Member

addaleax commented Apr 6, 2020

👍 to fast-tracking from me

@nodejs-github-bot
Copy link
Collaborator

@sam-github
Copy link
Contributor Author

Ok by me to fast-track, needs a couple more approvals before I can do that.

sam-github added a commit that referenced this pull request Apr 6, 2020
Its defined as a class, so forward declare as a class, fixing type
mismatch warning.

PR-URL: #32677
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
@sam-github
Copy link
Contributor Author

Landed in 95c0885

@sam-github sam-github closed this Apr 6, 2020
@sam-github sam-github deleted the consistent-type branch April 6, 2020 15:44
BethGriggs pushed a commit that referenced this pull request Apr 7, 2020
Its defined as a class, so forward declare as a class, fixing type
mismatch warning.

PR-URL: #32677
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
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++. fast-track PRs that do not need to wait for 48 hours to land. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants