Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix compiler warnings #18205
Conversation
bnoordhuis
added some commits
Jan 17, 2018
nodejs-github-bot
added
C++
fs
intl
labels
Jan 17, 2018
apapirovski
approved these changes
Jan 17, 2018
evanlucas
approved these changes
Jan 17, 2018
cjihrig
approved these changes
Jan 17, 2018
richardlau
approved these changes
Jan 17, 2018
|
The |
jasnell
reviewed
Jan 17, 2018
| @@ -788,7 +788,8 @@ static int GetColumnWidth(UChar32 codepoint, | |||
| if (ambiguous_as_full_width) { | |||
| return 2; | |||
| } | |||
| // Fall through if ambiguous_as_full_width if false. | |||
| // If ambiguous_as_full_width is false: | |||
| // Fall through | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bnoordhuis
Jan 17, 2018
Author
Member
No, it's the second commit. // Fall through is a magic comment that gcc recognizes.
This comment has been minimized.
This comment has been minimized.
jasnell
referenced this pull request
Jan 17, 2018
Closed
src: remove unused variable in node_file #18200
jasnell
approved these changes
Jan 17, 2018
addaleax
approved these changes
Jan 18, 2018
addaleax
added
the
author ready
label
Jan 18, 2018
This comment has been minimized.
This comment has been minimized.
BridgeAR
approved these changes
Jan 19, 2018
BridgeAR
added
the
fast-track
label
Jan 19, 2018
This comment has been minimized.
This comment has been minimized.
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 19, 2018
BridgeAR
added a commit
to BridgeAR/node
that referenced
this pull request
Jan 19, 2018
BridgeAR
closed this
Jan 19, 2018
evanlucas
added a commit
that referenced
this pull request
Jan 30, 2018
evanlucas
added a commit
that referenced
this pull request
Jan 30, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 5, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 5, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 7, 2018
msoechting
added a commit
to hpicgs/node
that referenced
this pull request
Feb 7, 2018
MylesBorins
added
the
dont-land-on-v9.x
label
Feb 20, 2018
This comment has been minimized.
This comment has been minimized.
|
It seems as those both of these patches don't need to be applied to v9.x, cherry pick applies empty. Not sure what is going on |
MylesBorins
added
dont-land-on-v6.x
dont-land-on-v8.x
labels
Feb 27, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
MayaLekova
added a commit
to MayaLekova/node
that referenced
this pull request
May 8, 2018
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.
bnoordhuis commentedJan 17, 2018
No description provided.