Closed
Bug 1357286
Opened 8 years ago
Closed 8 years ago
opt build bustage in dom/fetch/InternalResponse.cpp when Gecko 55 merges to beta on 2017-06-12
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox-esr45 | --- | unaffected |
firefox52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | + | fixed |
People
(Reporter: philor, Assigned: baku)
References
Details
Attachments
(1 file)
1.09 KB,
patch
|
philor
:
review+
|
Details | Diff | Splinter Review |
Apparently MOZ_DIAGNOSTIC_ASSERT resolves to nothing for opt builds on RELEASE_OR_BETA, so https://hg.mozilla.org/mozilla-central/annotate/c697e756f738ce37abc56f31bfbc48f55625d617/dom/fetch/InternalResponse.cpp#l130 leaves 'ok' unused, https://treeherder.mozilla.org/logviewer.html#?job_id=92204909&repo=try
(Should be able to test locally by just removing the a1 from the version number in config/milestone.txt)
[Tracking Requested - why for this release]:
Merge build bustage, permared, closed beta tree, much sadness.
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(amarchesini)
Reporter | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Attachment #8859170 -
Flags: review?(philringnalda)
Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8859170 [details] [diff] [review]
fix_release.patch
Works for me, other than needing the same thing in dom/fetch/InternalResponse.cpp, which I've already got in my tree.
Attachment #8859170 -
Flags: review?(philringnalda) → review+
Pushed by philringnalda@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7a756b15ba7b
Fix warnings on release builds about unused return values from autoStream->Serialize, r=philor
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•