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: make UNREACHABLE variadic #27877

Merged
merged 1 commit into from
May 29, 2019
Merged

Conversation

refack
Copy link
Contributor

@refack refack commented May 25, 2019

Eliminate warning C4003 (not enough arguments for function-like macro invocation 'UNREACHABLE') which is raised 101 times per build by MSVC.

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

@nodejs-github-bot
Copy link
Collaborator

@refack refack self-assigned this May 25, 2019
@refack refack added lib / src Issues and PRs related to general changes in the lib or src directory. c++ Issues and PRs that require attention from people who are familiar with C++. labels May 25, 2019
@refack
Copy link
Contributor Author

refack commented May 28, 2019

/CC @nodejs/platform-windows
/CC @nitsakh @danbev @addaleax who last worked on this file

@refack refack added the review wanted PRs that need reviews. label May 28, 2019
@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 29, 2019
@refack refack removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. review wanted PRs that need reviews. labels May 29, 2019
Eliminate warning C4003
 - not enough arguments for function-like macro invocation 'UNREACHABLE'

PR-URL: nodejs#27877
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
@refack refack removed their assignment May 29, 2019
@refack refack merged commit 7329c8f into nodejs:master May 29, 2019
@refack refack deleted the variadic-unreachable branch May 29, 2019 17:07
targos pushed a commit that referenced this pull request May 31, 2019
Eliminate warning C4003
 - not enough arguments for function-like macro invocation 'UNREACHABLE'

PR-URL: #27877
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
@targos targos mentioned this pull request Jun 3, 2019
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++. lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants