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: remove redefinition of DCHECK_LT #25206

Closed
wants to merge 1 commit into from
Closed

Conversation

cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Dec 24, 2018

As of 71bc7e1, the DCHECK_LT macro is defined unconditionally in util.h, making the definition in inspector/node_string.h generate a compiler warning. This commit removes the redefinition.

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

As of 71bc7e1, the DCHECK_LT
macro is defined unconditionally in util.h, making the
definition in inspector/node_string.h generate a compiler
warning. This commit removes the redefinition.
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Dec 24, 2018
@cjihrig
Copy link
Contributor Author

cjihrig commented Dec 26, 2018

This is no longer needed since #25207 landed.

@cjihrig cjihrig closed this Dec 26, 2018
@cjihrig cjihrig deleted the redefine branch December 26, 2018 17:31
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++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants