Closed
Bug 1126985
Opened 9 years ago
Closed 9 years ago
xpcom/base fails to compile with --enable-warnings-on-errors with gcc 4.7 and modern glibc
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: bkelly, Assigned: bkelly)
References
Details
Attachments
(1 file)
3.86 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
It seems xpcom/base now fails on warnings with --enable-warnigs-on-errors. There are some unused-return-value warnings on gcc 4.7 with a modern glibc. These don't show on tinderbox because we use an old glibc there. Patch forthcoming.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8556033 -
Flags: review?(nfroyd)
![]() |
||
Updated•9 years ago
|
Attachment #8556033 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d103c2518077
https://hg.mozilla.org/mozilla-central/rev/d103c2518077
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•