Closed
Bug 1757575
Opened 3 years ago
Closed 3 years ago
Fix non-unified-build bustage in dom/html/HTMLFormElement.cpp
Categories
(Core :: DOM: Core & HTML, task, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
0:21.39 /Users/jvarga/Projects/Mozilla0/src/dom/html/HTMLFormElement.cpp:1142:8: error: code will never be executed [-Werror,-Wunreachable-code]
0:21.39 if (!aControls.IsEmpty()) {
0:21.39 ^~~~~~~~~
0:21.39 /Users/jvarga/Projects/Mozilla0/src/dom/html/HTMLFormElement.cpp:1168:8: error: code will never be executed [-Werror,-Wunreachable-code]
0:21.39 if (!aControls.IsEmpty()) {
0:21.39 ^~~~~~~~~
0:21.39 2 errors generated.
0:21.39 make[4]: *** [HTMLFormElement.o] Error 1
0:21.39 make[3]: *** [dom/html/target-objects] Error 2
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → jvarga
Status: NEW → ASSIGNED
Assignee | ||
Updated•3 years ago
|
Type: defect → task
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95d7107b9fd0
Fix non-unified-build bustage in dom/html/HTMLFormElement.cpp; r=smaug
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•