Uh oh!
There was an error while loading. Please reload this page.
src: fix unused-result warning - #8450
Merged
Merged
Conversation
jasnell
commented
Sep 8, 2016
Member
LGTM |
addaleax
commented
Sep 8, 2016
Member
Trott
commented
Sep 8, 2016
Member
CI failures are one known flaky on Linux and one apparent CI infra failure on Raspberry Pi. Seemingly unrelated to this change. |
bnoordhuis
commented
Sep 9, 2016
Member
LGTM but can you s/unused-result/-Wunused-result/ in the commit log? |
fhinkel
commented
Sep 9, 2016
Member
LGTM |
1 similar comment
cjihrig
commented
Sep 9, 2016
Contributor
LGTM |
PR-URL: nodejs#8450 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
santigimenoforce-pushed
the
fix_warning
branch
from
September 9, 2016 20:00
513d696 to
cc00be6Comparesantigimeno
commented
Sep 9, 2016
MemberAuthor
Landed in cc00be6 with commit log amended |
Fishrock123
commented
Sep 13, 2016
Contributor
Depends on #7082. Please mark these as |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto 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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
c++
Description of change
I was getting these warnings on
OS Xlocally: