Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 36 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisessrc: fix warning in cares_wrap.cc #25230
Conversation
This comment has been minimized.
This comment has been minimized.
nodejs-github-bot
added
C++
cares
labels
Dec 26, 2018
lpinca
approved these changes
Dec 26, 2018
addaleax
approved these changes
Dec 26, 2018
BridgeAR
approved these changes
Dec 27, 2018
This comment has been minimized.
This comment has been minimized.
addaleax
added
the
author ready
label
Dec 27, 2018
jasnell
approved these changes
Dec 27, 2018
bnoordhuis
reviewed
Dec 28, 2018
|
I'd change |
cjihrig
force-pushed the
cjihrig:warning2
branch
from
86f28a8
to
0afbbd2
Dec 28, 2018
This comment has been minimized.
This comment has been minimized.
|
Yellow resume CI: https://ci.nodejs.org/job/node-test-pull-request/19851/, so this can land as is. I also pushed up a second commit with @bnoordhuis suggestion instead. The diff got bigger, but @bnoordhuis what do you think? |
This comment has been minimized.
This comment has been minimized.
|
Fresh CI for the current variant: https://ci.nodejs.org/job/node-test-pull-request/19883/ |
This comment has been minimized.
This comment has been minimized.
|
Yellow resume CI: https://ci.nodejs.org/job/node-test-pull-request/19896/ |
cjihrig
force-pushed the
cjihrig:warning2
branch
from
0afbbd2
to
e18ca7f
Dec 31, 2018
cjihrig
force-pushed the
cjihrig:warning2
branch
from
e18ca7f
to
da9a4d0
Dec 31, 2018
cjihrig
merged commit da9a4d0
into
nodejs:master
Dec 31, 2018
cjihrig
deleted the
cjihrig:warning2
branch
Dec 31, 2018
targos
added a commit
that referenced
this pull request
Jan 1, 2019
refack
added a commit
to refack/node
that referenced
this pull request
Jan 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
cjihrig commentedDec 26, 2018
This commit fixes the following warning:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes