Skip to content

Conversation

@cjihrig
Copy link
Contributor

This commit fixes a compiler warning with SetAccessor() by passing in the context.

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

src

This commit fixes a compiler warning with SetAccessor() by passing in the context.
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Nov 12, 2017
@addaleaxaddaleax mentioned this pull request Nov 12, 2017
2 tasks
@TimothyGu
Copy link
Member

@fhinkel
Copy link
Member

Thanks. Landed in 2b93151.

@fhinkelfhinkel closed this Nov 14, 2017
fhinkel pushed a commit that referenced this pull request Nov 14, 2017
This commit fixes a compiler warning with SetAccessor() by passing in the context. PR-URL: #16958 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
evanlucas pushed a commit that referenced this pull request Nov 14, 2017
This commit fixes a compiler warning with SetAccessor() by passing in the context. PR-URL: #16958 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@cjihrigcjihrig deleted the warning branch November 14, 2017 21:31
@MylesBorins
Copy link
Contributor

Should this be backported to v6.x-staging or v8.x-staging? If yes please follow the guide and raise a backport PR, if not let me know or add the dont-land-on label.

BethGriggs pushed a commit to BethGriggs/node that referenced this pull request Jul 11, 2018
This commit fixes a compiler warning with SetAccessor() by passing in the context. PR-URL: nodejs#16958 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 13, 2018
This commit fixes a compiler warning with SetAccessor() by passing in the context. Backport-PR-URL: #21760 PR-URL: #16958 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
rvagg pushed a commit that referenced this pull request Aug 16, 2018
This commit fixes a compiler warning with SetAccessor() by passing in the context. Backport-PR-URL: #21760 PR-URL: #16958 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Aug 16, 2018
Sign up for freeto 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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@cjihrig@TimothyGu@fhinkel@MylesBorins@danbev@jasnell@addaleax@gireeshpunathil@nodejs-github-bot