Closed
Bug 1240592
Opened 9 years ago
Closed 9 years ago
Remove unnecessary -Wno-uninitialized from dom/bindings
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
1013 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Bug 831879 disabled -Wuninitialized warnings in dom/bindings. This is no longer necessary because the tree is now -Wuninitialized clean (bug 1001975).
gcc's -Wuninitialized historically had a well-deserved reputation for reporting false positives. In 2011 [1], gcc has separated -Wuninitialized's less reliable checks into a new -Wmaybe-uninitialized warning. gcc's and clang's -Wuninitialized warnings are rarely false positives these days.
[1] http://gcc.gnu.org/ml/gcc/2013-07/msg00177.html
Attachment #8709148 -
Flags: review?(khuey)
Attachment #8709148 -
Flags: review?(khuey) → review+
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
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
•