Closed
Bug 1119228
Opened 8 years ago
Closed 8 years ago
Fix a fatal warning in PossiblyFail; r=jandem
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
1.71 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Recent clang emits the following warning (which is treated as an error) on this code: error: implicit conversion of nullptr constant to 'bool' [-Werror,-Wnull-conversion]
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → ehsan
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8545923 -
Flags: review?(jdemooij)
Updated•8 years ago
|
Attachment #8545923 -
Flags: review?(jdemooij) → review+
Comment 2•8 years ago
|
||
dup of bug 1108155?
Comment 3•8 years ago
|
||
(In reply to André Bargull from comment #2) > dup of bug 1108155? Oh you're right. I did remember reviewing a similar patch before but thought it was another macro, but the other patch just didn't land yet...
Comment 4•8 years ago
|
||
Hm the other patch might be slightly nicer, I think we can push it for Jason if it fixes your build. Or ping him to do it.
https://hg.mozilla.org/mozilla-central/rev/bcacb5692ad9
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Assignee | ||
Comment 6•8 years ago
|
||
Sorry, I didn't see the previous comments before landing. What should I do here?
Flags: needinfo?(jdemooij)
Comment 7•8 years ago
|
||
(In reply to :Ehsan Akhgari (not reading bugmail, needinfo? me!) from comment #6) > Sorry, I didn't see the previous comments before landing. What should I do > here? I think your patch is fine and we don't need to do anything.
Flags: needinfo?(jdemooij)
You need to log in
before you can comment on or make changes to this bug.
Description
•